Home
last modified time | relevance | path

Searched refs:GetProfileInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_silent_config.cpp41 if (!DataShareProfileConfig::GetProfileInfo(calledBundleName, currentUserId, profileInfos)) { in IsSilentProxyEnable()
H A Ddata_share_profile_config.h76 static bool GetProfileInfo(const std::string &calledBundleName, int32_t currentUserId,
H A Ddata_share_profile_config.cpp250 bool DataShareProfileConfig::GetProfileInfo(const std::string &calledBundleName, int32_t currentUse… in GetProfileInfo() function in OHOS::DataShare::DataShareProfileConfig
H A Ddata_share_service_impl.cpp661 if (!DataShareProfileConfig::GetProfileInfo(bundleName, std::stoi(userId), profileInfos)) { in SaveLaunchInfo()