Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/utils/include/appInfo/lite/
H A Dapp_manager.h31 int32_t GetAppIdByPkgName(const std::string &pkgName, std::string &appId);
/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
/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/
H A Dapp_manager.h37 int32_t GetAppIdByPkgName(const std::string &pkgName, std::string &appId);
/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp103 int32_t AppManager::GetAppIdByPkgName(const std::string &pkgName, std::string &appId) in GetAppIdByPkgName() function in OHOS::DistributedHardware::AppManager
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp88 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in SetDeviceInfo()
442 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in ConvertUdidHashToAnoyAndSave()
443 LOGD("GetAppIdByPkgName failed"); in ConvertUdidHashToAnoyAndSave()
468 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in ConvertUdidHashToAnoyDeviceId()
469 LOGD("GetAppIdByPkgName failed"); in ConvertUdidHashToAnoyDeviceId()
505 if (AppManager::GetInstance().GetAppIdByPkgName(pkgName, appId) != DM_OK) { in SetDeviceScreenInfo()

Completed in 2 milliseconds