Home
last modified time | relevance | path

Searched refs:GetOdid (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp304 bundleMgrProxy.GetOdid(odid); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp472 if (bundleMgrProxy->GetOdid(odidStr) != 0) { in AclGetDevOdid()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1483 virtual ErrCode GetOdid(std::string &odid) in GetOdid() function
H A Dbundle_mgr_proxy.h1022 virtual ErrCode GetOdid(std::string &odid) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h967 virtual ErrCode GetOdid(std::string &odid) override;
H A Dbundle_data_mgr.h939 ErrCode GetOdid(std::string &odid) const;
H A Dinner_bundle_info.h2199 void GetOdid(std::string &odid) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4020 ErrCode BundleMgrHostImpl::GetOdid(std::string &odid) in GetOdid() function in OHOS::AppExecFwk::BundleMgrHostImpl
4028 return dataMgr->GetOdid(odid); in GetOdid()
H A Dinner_bundle_info.cpp4283 void InnerBundleInfo::GetOdid(std::string &odid) const in GetOdid() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp8260 ErrCode BundleDataMgr::GetOdid(std::string &odid) const in GetOdid() function in OHOS::AppExecFwk::BundleDataMgr
8290 bundleInfo.GetOdid(odid); in GetOdidByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp4208 auto result = bundleMgrProxy_->GetOdid(odid); in RunAsGetOdid()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3747 auto ret = GetOdid(odid); in HandleGetOdid()
H A Dbundle_mgr_proxy.cpp4290 ErrCode BundleMgrProxy::GetOdid(std::string &odid) in GetOdid() 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.cpp8986 auto queryResult = bundleMgrProxy->GetOdid(odid);
9012 auto queryResult = bundleMgrProxy->GetOdid(odid);