Searched refs:GetRolesOfComponent (Results 1 – 6 of 6) sorted by relevance
44 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
43 int32_t GetRolesOfComponent(std::string &name, std::vector<std::string> &roles);
101 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent() function in OHOS::Codec::Omx::CodecOMXCore
267 int32_t ret = core->GetRolesOfComponent(name_, roles); in SetComponentRole()
102 int32_t CodecOMXCore::GetRolesOfComponent(std::string &name, std::vector<std::string> &roles) in GetRolesOfComponent() function in OHOS::Codec::Omx::CodecOMXCore
290 int32_t ret = core->GetRolesOfComponent(name, roles); in OmxAdapterSetComponentRole()