/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/ |
H A D | load_config_data_info_strategy.cpp | 56 context->calledBundleName, context->calledStoreName, metaData, context->currentUserId, context->appIndex)) {
in operator ()() 59 ExtensionConnectAdaptor::TryAndWait(context->uri, context->calledBundleName, wantParams);
in operator ()() 61 context->calledBundleName, context->calledStoreName, metaData, context->currentUserId, context->appIndex)) {
in operator ()() 78 if (!QueryMetaData(context->calledBundleName, context->calledStoreName, metaData, 0, context->appIndex)) {
in operator ()() 81 ExtensionConnectAdaptor::TryAndWait(context->uri, context->calledBundleName, wantParams);
in operator ()() 82 if (!QueryMetaData(context->calledBundleName, context->calledStoreName, metaData, 0, context->appIndex)) {
in operator ()()
|
H A D | load_config_common_strategy.cpp | 42 context->uri, context->currentUserId, context->callerTokenId, context->calledBundleName);
in operator ()() 58 const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName)
in GetInfoFromProxyURI() 76 calledBundleName = queryParams[DST_BUNDLE_NAME_PARAM];
in GetInfoFromProxyURI() 57 GetInfoFromProxyURI( const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName) GetInfoFromProxyURI() argument
|
H A D | load_config_common_strategy.h | 25 const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/ |
H A D | load_config_from_data_share_bundle_info_strategy.cpp | 55 std::string storeUri = URIUtils::DATA_SHARE_SCHEMA + context->calledBundleName + "/" + context->calledModuleName +
in LoadConfigFromProfile() 80 ZLOGE("LoadConfigFromUri failed! bundleName: %{public}s", context->calledBundleName.c_str());
in operator ()() 84 context->calledBundleName, context->currentUserId, context->bundleInfo) != E_OK) {
in operator ()() 85 ZLOGE("GetBundleInfoFromBMS failed! bundleName: %{public}s", context->calledBundleName.c_str());
in operator ()() 97 ZLOGE("parse failed! %{public}s", context->calledBundleName.c_str());
in operator ()() 112 context->calledBundleName = std::move(uriInfo.bundleName);
in LoadConfigFromUri()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/ |
H A D | load_config_from_data_proxy_node_strategy.cpp | 34 context->calledBundleName, context->currentUserId, context->bundleInfo) != E_OK) {
in operator ()() 35 ZLOGE("GetBundleInfoFromBMS failed! bundleName: %{public}s", context->calledBundleName.c_str());
in operator ()() 62 if (context->callerBundleName == context->calledBundleName) {
in operator ()() 91 if (!URIUtils::GetBundleNameFromProxyURI(context->uri, context->calledBundleName)) {
in LoadConfigFromUri()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/ |
H A D | rdb_notify_strategy.cpp | 37 if (context->callerBundleName != context->calledBundleName) {
in Execute() 38 ZLOGD("not your data, cannot notify, callerBundleName: %{public}s, calledBundleName: %{public}s",
in Execute() 39 context->callerBundleName.c_str(), context->calledBundleName.c_str());
in Execute()
|
H A D | get_data_strategy.cpp | 39 auto result = PublishedData::Query(context->calledBundleName, context->currentUserId);
in Execute() 77 if (context->callerBundleName == context->calledBundleName) {
in CheckPermission()
|
H A D | publish_strategy.cpp | 45 PublishedDataNode node(context->uri, context->calledBundleName, item.subscriberId_, context->currentUserId,
in Execute() 50 ZLOGE("db Upsert failed, %{public}s %{public}s %{public}d", context->calledBundleName.c_str(),
in Execute()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_silent_config.cpp | 32 const std::string &calledBundleName, const std::string &originUriStr) in IsSilentProxyEnable() 41 if (!DataShareProfileConfig::GetProfileInfo(calledBundleName, currentUserId, profileInfos)) { in IsSilentProxyEnable() 31 IsSilentProxyEnable(uint32_t callerTokenId, int32_t currentUserId, const std::string &calledBundleName, const std::string &originUriStr) IsSilentProxyEnable() argument
|
H A D | data_share_silent_config.h | 32 const std::string &calledBundleName, const std::string &originUriStr);
|
H A D | data_share_service_impl.cpp | 275 context->calledBundleName = bundleNameOfProvider; 282 publishedData.emplace_back(context->uri, context->calledBundleName, item.subscriberId_); 301 context->calledBundleName = bundleNameOfProvider; 377 context->calledBundleName = key.bundleName; 389 context->uri, context->calledBundleName, subscriberId, context->currentUserId); 414 context->calledBundleName = key.bundleName; 421 context->uri, context->calledBundleName, subscriberId, context->currentUserId); 446 context->calledBundleName = key.bundleName; 454 context->uri, context->calledBundleName, subscriberId, context->currentUserId); 485 context->calledBundleName [all...] |
H A D | data_share_profile_config.cpp | 250 bool DataShareProfileConfig::GetProfileInfo(const std::string &calledBundleName, int32_t currentUserId, in GetProfileInfo() argument 255 if (BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS(calledBundleName, in GetProfileInfo() 258 calledBundleName.c_str(), currentUserId); in GetProfileInfo()
|
H A D | data_share_profile_config.h | 76 static bool GetProfileInfo(const std::string &calledBundleName, int32_t currentUserId,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | context.h | 44 std::string calledBundleName;
member in OHOS::DataShare::Context
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | rdb_subscriber_manager.cpp | 242 uri, context->currentUserId, context->calledSourceDir, context->version, context->calledBundleName);
in Emit() 380 uri, context->currentUserId, context->calledSourceDir, context->version, context->calledBundleName);
in Emit()
|