Home
last modified time | relevance | path

Searched refs:ParseRemoteSaName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h31 …static void ParseRemoteSaName(const std::u16string& name, std::string& deviceId, std::u16string& s…
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dsystem_ability_manager.cpp204 void SystemAbilityManager::ParseRemoteSaName(const std::u16string& name, std::string& deviceId, std… in ParseRemoteSaName() function in OHOS::SystemAbilityManager
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp52 void SamgrUtil::ParseRemoteSaName(const std::u16string& name, std::string& deviceId, in ParseRemoteSaName() function in OHOS::SamgrUtil
H A Dsystem_ability_manager.cpp1051 SamgrUtil::ParseRemoteSaName(name, deviceId, saName); in NotifyRemoteSaDied()