Home
last modified time | relevance | path

Searched refs:GetUidByDebugBundleName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp193 bundleMgrProxy.GetUidByDebugBundleName(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h325 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function
H A Dbundle_mgr_proxy.h236 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h797 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2470 int retInt = hostImpl->GetUidByDebugBundleName("", USERID);
5048 int ret = hostImpl->GetUidByDebugBundleName(BUNDLE_NAME, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2467 int32_t uid = GetUidByDebugBundleName(bundleName, userId); in HandleGetUidByDebugBundleName()
H A Dbundle_mgr_proxy.cpp655 int BundleMgrProxy::GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2875 int BundleMgrHostImpl::GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8086 int ret = bundleMgrProxy->GetUidByDebugBundleName(BASE_BUNDLE_NAME, uid);
8100 int ret = bundleMgrProxy->GetUidByDebugBundleName(EMPTY_BUNDLE_NAME, uid);