Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp334 bundleMgrProxy.GetOdidByBundleName(bundleName, odid); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1572 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function
H A Dbundle_mgr_proxy.h1090 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1014 virtual ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) override;
H A Dbundle_data_mgr.h940 ErrCode GetOdidByBundleName(const std::string &bundleName, std::string &odid) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4459 ErrCode BundleMgrHostImpl::GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
4471 return dataMgr->GetOdidByBundleName(bundleName, odid); in GetOdidByBundleName()
H A Dbundle_data_mgr.cpp8279 ErrCode BundleDataMgr::GetOdidByBundleName(const std::string &bundleName, std::string &odid) const in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4078 auto ret = GetOdidByBundleName(bundleName, odid); in HandleGetOdidByBundleName()
H A Dbundle_mgr_proxy.cpp5191 ErrCode BundleMgrProxy::GetOdidByBundleName(const std::string &bundleName, std::string &odid) in GetOdidByBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9481 auto queryResult = bundleMgrProxy->GetOdidByBundleName(appName, odid);
9506 auto queryResult = bundleMgrProxy->GetOdidByBundleName("", odid);