Home
last modified time | relevance | path

Searched defs:calledBundleName (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
Ddata_share_profile_config.cpp26 bool DataShareProfileConfig::GetProfileInfo(const std::string &calledBundleName, int32_t currentUse… in GetProfileInfo()
Ddata_share_silent_config.cpp32 const std::string &calledBundleName, const std::string &originUriStr) in IsSilentProxyEnable()
Ddata_share_service_impl.cpp610 std::string calledBundleName = uriInfo.bundleName; in IsSilentProxyEnable() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Dcontext.h43 std::string calledBundleName; variable
Duri_utils.cpp67 const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName) in GetInfoFromProxyURI()