Searched refs:stringUserId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 3534 InnerModuleInfo &info, const std::string &stringUserId, bool isEnable) const in AddModuleRemovableInfo() argument 3536 auto item = info.isRemovable.find(stringUserId); in AddModuleRemovableInfo() 3538 auto result = info.isRemovable.try_emplace(stringUserId, isEnable); in AddModuleRemovableInfo() 3549 APP_LOGD("set userId:%{public}s isEnable:%{public}d ok", stringUserId.c_str(), isEnable); in AddModuleRemovableInfo() 3555 std::string stringUserId = std::to_string(userId); in SetModuleRemovable() local 3559 return AddModuleRemovableInfo(innerModuleInfo.second, stringUserId, isEnable); in SetModuleRemovable() 3566 … InnerBundleInfo::DeleteModuleRemovableInfo(InnerModuleInfo &info, const std::string &stringUserId) in DeleteModuleRemovableInfo() argument 3568 auto item = info.isRemovable.find(stringUserId); in DeleteModuleRemovableInfo() 3573 info.isRemovable.erase(stringUserId); in DeleteModuleRemovableInfo() 3578 std::string stringUserId = std::to_string(userId); in DeleteModuleRemovable() local [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1523 …bool AddModuleRemovableInfo(InnerModuleInfo &info, const std::string &stringUserId, bool isEnable)… 1545 void DeleteModuleRemovableInfo(InnerModuleInfo &info, const std::string &stringUserId);
|