Home
last modified time | relevance | path

Searched refs:IsDataGroupIdExistNoLock (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h920 bool IsDataGroupIdExistNoLock(const std::string &dataGroupId, int32_t userId) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7446 if (!keepData && !IsDataGroupIdExistNoLock(groupId, userId)) { in DeleteUserDataGroupInfos()
7502 bool BundleDataMgr::IsDataGroupIdExistNoLock(const std::string &dataGroupId, int32_t userId) const in IsDataGroupIdExistNoLock() function in OHOS::AppExecFwk::BundleDataMgr
7552 if (!IsDataGroupIdExistNoLock(oldGroupId, userId)) { in RemoveOldGroupDirs()