Searched refs:C2ComponentAliasesSetting (Results 1 – 4 of 4) sorted by relevance
66 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
838 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, ¶ms); in init()840 C2ComponentAliasesSetting *aliasesSetting = in init()841 C2ComponentAliasesSetting::From(params[0].get()); in init()
322 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef