Home
last modified time | relevance | path

Searched refs:ObtainCallingBundleName (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h171 static std::string ObtainCallingBundleName();
H A Dcommon_func.cpp2230 std::string CommonFunc::ObtainCallingBundleName() in ObtainCallingBundleName() function in OHOS::AppExecFwk::CommonFunc
2238 if (!bundleMgr->ObtainCallingBundleName(callingBundleName)) { in ObtainCallingBundleName()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/
H A Djs_app_overlay.cpp224 std::string bundleName = CommonFunc::ObtainCallingBundleName(); in InnerGetOverlayModuleInfoExec()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp131 bundleMgrProxy.ObtainCallingBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1215 virtual bool ObtainCallingBundleName(std::string &bundleName) in ObtainCallingBundleName() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h882 virtual bool ObtainCallingBundleName(std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1320 * @tc.desc: Testcase for testing ObtainCallingBundleName.
1334 /* @tc.steps: step1.call ObtainCallingBundleName in loop */ in BenchmarkTestObtainCallingBundleName()
1335 bundleMgrProxy->ObtainCallingBundleName(bundleName); in BenchmarkTestObtainCallingBundleName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h855 virtual bool ObtainCallingBundleName(std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1147 if (!ObtainCallingBundleName(bundleName)) { in GetBundleArchiveInfoBySandBoxPath()
3044 bool BundleMgrHostImpl::ObtainCallingBundleName(std::string &bundleName) in ObtainCallingBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
3792 ObtainCallingBundleName(callingBundleName); in SetAdditionalInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2640 auto ret = ObtainCallingBundleName(bundleName); in HandleObtainCallingBundleName()
H A Dbundle_mgr_proxy.cpp3084 bool BundleMgrProxy::ObtainCallingBundleName(std::string &bundleName) in ObtainCallingBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
3086 APP_LOGD("begin to ObtainCallingBundleName"); in ObtainCallingBundleName()
3091 APP_LOGE("failed to ObtainCallingBundleName due to write MessageParcel fail"); in ObtainCallingBundleName()
3097 APP_LOGE("fail to ObtainCallingBundleName from server"); in ObtainCallingBundleName()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6047 auto res = bundleMgrProxy->ObtainCallingBundleName(appName); in HWTEST_F()
6068 auto res = bundleMgrProxy->ObtainCallingBundleName(appName); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2961 bool ret = hostImpl->ObtainCallingBundleName(bundleName); in HWTEST_F()

Completed in 66 milliseconds