Searched refs:C2ComponentAliasesSetting (Results 1 – 5 of 5) sorted by relevance
74 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
133 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
1370 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, ¶ms); in FillTraitsFromInterface()1372 C2ComponentAliasesSetting *aliasesSetting = in FillTraitsFromInterface()1373 C2ComponentAliasesSetting::From(params[0].get()); in FillTraitsFromInterface()
371 std::shared_ptr<C2ComponentAliasesSetting> mAliases;
366 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; typedef