Home
last modified time | relevance | path

Searched refs:distributedBmsProxy_ (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h111 sptr<IDistributedBms> distributedBmsProxy_; member in OHOS::AppExecFwk::BundleTestTool
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp147 std::shared_ptr<DistributedBmsProxy> distributedBmsProxy_ = nullptr; member in OHOS::DbmsServicesKitTest
294 if (distributedBmsProxy_ == nullptr) { in GetDistributedBmsProxy()
295 distributedBmsProxy_ = std::make_shared<DistributedBmsProxy>(nullptr); in GetDistributedBmsProxy()
297 return distributedBmsProxy_; in GetDistributedBmsProxy()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp997 if (distributedBmsProxy_ == nullptr) { in Init()
998 distributedBmsProxy_ = BundleCommandCommon::GetDistributedBundleMgrService(); in Init()
3712 if (distributedBmsProxy_ == nullptr) { in GetDistributedBundleName()
3713 APP_LOGE("distributedBmsProxy_ is nullptr"); in GetDistributedBundleName()
3717 auto ret = distributedBmsProxy_->GetDistributedBundleName(networkId, accessTokenId, bundleName); in GetDistributedBundleName()
3727 APP_LOGE("distributedBmsProxy_ GetDistributedBundleName fail errcode %{public}d.", ret); in GetDistributedBundleName()

Completed in 11 milliseconds