Home
last modified time | relevance | path

Searched refs:GetOdidByBundleName (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp331 bundleMgrProxy.GetOdidByBundleName(bundleName, odid); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1566 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1093 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1011 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) override;
H A Dbundle_data_mgr.h928 ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4427 ErrCode BundleMgrHostImpl::GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
4429 APP_LOGD("start GetOdidByBundleName"); in GetOdidByBundleName()
4439 return dataMgr->GetOdidByBundleName(bundleName, odid); in GetOdidByBundleName()
H A Dbundle_data_mgr.cpp7963 ErrCode BundleDataMgr::GetOdidByBundleName(const std::string &bundleName, std::string &odid) const in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleDataMgr
7965 APP_LOGI("start GetOdidByBundleName, bundleName %{public}s", bundleName.c_str()); in GetOdidByBundleName()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4049 auto ret = GetOdidByBundleName(bundleName, odid); in HandleGetOdidByBundleName()
H A Dbundle_mgr_proxy.cpp5218 ErrCode BundleMgrProxy::GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
5221 APP_LOGD("GetOdidByBundleName Called"); in GetOdidByBundleName()
5240 APP_LOGD("GetOdidByBundleName ret: %{public}d, odid: %{private}s", ret, odid.c_str()); in GetOdidByBundleName()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9513 * @tc.name: test GetOdidByBundleName interface
9516 * 3.call GetOdidByBundleName
9533 auto queryResult = bundleMgrProxy->GetOdidByBundleName(appName, odid); in HWTEST_F()
9548 * @tc.name: test GetOdidByBundleName interface
9558 auto queryResult = bundleMgrProxy->GetOdidByBundleName("", odid); in HWTEST_F()

Completed in 62 milliseconds