Home
last modified time | relevance | path

Searched refs:GetAppIdByPkgName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/appInfo/lite/
H A Dapp_manager.h31 int32_t GetAppIdByPkgName(const std::string &pkgName, std::string &appId);
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/lite/
H A Dapp_manager.cpp38 int32_t AppManager::GetAppIdByPkgName(const std::string &pkgName, std::string &appId) in GetAppIdByPkgName() function in OHOS::DistributedHardware::AppManager
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/
H A Dapp_manager.h33 int32_t GetAppIdByPkgName(const std::string &pkgName, std::string &appId);
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp79 int32_t AppManager::GetAppIdByPkgName(const std::string &pkgName, std::string &appId) in GetAppIdByPkgName() function in OHOS::DistributedHardware::AppManager
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp79 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in SetDeviceInfo()
436 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in ConvertUdidHashToAnoyAndSave()
459 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in ConvertUdidHashToAnoyDeviceId()
479 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in SetDeviceScreenInfo()