Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp304 bundleMgrProxy.GetOdid(odid); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1482 virtual ErrCode GetOdid(std::string &odid) in GetOdid() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1025 virtual ErrCode GetOdid(std::string &odid) override;
/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.h927 ErrCode GetOdid(std::string &odid) const;
H A Dinner_bundle_info.h2198 void GetOdid(std::string &odid) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3988 ErrCode BundleMgrHostImpl::GetOdid(std::string &odid) in GetOdid() function in OHOS::AppExecFwk::BundleMgrHostImpl
3990 APP_LOGD("start GetOdid"); in GetOdid()
3996 return dataMgr->GetOdid(odid); in GetOdid()
H A Dinner_bundle_info.cpp4201 void InnerBundleInfo::GetOdid(std::string &odid) const in GetOdid() function in InnerBundleInfo
H A Dbundle_data_mgr.cpp7944 ErrCode BundleDataMgr::GetOdid(std::string &odid) const in GetOdid() function in OHOS::AppExecFwk::BundleDataMgr
7974 bundleInfo.GetOdid(odid); in GetOdidByBundleName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2346 * @tc.name: test GetOdid
2356 ErrCode ret = dataMgr->GetOdid(odid); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3738 auto ret = GetOdid(odid); in HandleGetOdid()
H A Dbundle_mgr_proxy.cpp4323 ErrCode BundleMgrProxy::GetOdid(std::string &odid) in GetOdid() function in OHOS::AppExecFwk::BundleMgrProxy
4326 APP_LOGD("GetOdid Called"); in GetOdid()
4341 APP_LOGD("GetOdid ret: %{public}d, odid: %{private}s", ret, odid.c_str()); in GetOdid()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp4258 auto result = bundleMgrProxy_->GetOdid(odid); in RunAsGetOdid()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9014 * @tc.name: test GetOdid interface
9017 * 3.call GetOdid
9038 auto queryResult = bundleMgrProxy->GetOdid(odid); in HWTEST_F()
9054 * @tc.name: test GetOdid interface
9055 * @tc.desc: GetOdid failed for calling uid is invalid
9064 auto queryResult = bundleMgrProxy->GetOdid(odid); in HWTEST_F()
9549 * @tc.desc: GetOdid failed for calling bundle name is invalid

Completed in 83 milliseconds