Home
last modified time | relevance | path

Searched refs:appIdMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp85 appIdMap_[pkgName] = appId; in RegisterCallerAppId()
96 if (appIdMap_.find(pkgName) == appIdMap_.end()) { in UnRegisterCallerAppId()
100 appIdMap_.erase(pkgName); in UnRegisterCallerAppId()
111 if (appIdMap_.find(pkgName) == appIdMap_.end()) { in GetAppIdByPkgName()
115 appId = appIdMap_[pkgName]; in GetAppIdByPkgName()
/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/
H A Dapp_manager.h42 std::map<std::string, std::string> appIdMap_; member in OHOS::DistributedHardware::AppManager

Completed in 2 milliseconds