Home
last modified time | relevance | path

Searched refs:GetUidByDebugBundleName (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp409 * @tc.name: test the GetUidByDebugBundleName
411 * 2. test GetUidByDebugBundleName
419 auto res = bundleMgrProxy.GetUidByDebugBundleName(bundleName, userId); in HWTEST_F()
422 res = bundleMgrProxy.GetUidByDebugBundleName(bundleName, userId); in HWTEST_F()
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h324 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h236 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) override;
/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;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2469 int retInt = hostImpl->GetUidByDebugBundleName("", USERID); in HWTEST_F()
5020 * @tc.name: test GetUidByDebugBundleName
5026 int ret = hostImpl->GetUidByDebugBundleName(BUNDLE_NAME, USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2830 int BundleMgrHostImpl::GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2459 int32_t uid = GetUidByDebugBundleName(bundleName, userId); in HandleGetUidByDebugBundleName()
H A Dbundle_mgr_proxy.cpp687 int BundleMgrProxy::GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8130 * @tc.name: test GetUidByDebugBundleName proxy
8138 int ret = bundleMgrProxy->GetUidByDebugBundleName(BASE_BUNDLE_NAME, uid); in HWTEST_F()
8144 * @tc.name: test GetUidByDebugBundleName proxy
8152 int ret = bundleMgrProxy->GetUidByDebugBundleName(EMPTY_BUNDLE_NAME, uid); in HWTEST_F()

Completed in 65 milliseconds