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 D | bundlemgrproxy_fuzzer.cpp | 193 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 D | bundle_mgr_interface.h | 325 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) in GetUidByDebugBundleName() function
|
H A D | bundle_mgr_proxy.h | 236 virtual int GetUidByDebugBundleName(const std::string &bundleName, const int userId) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 797 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 D | bms_bundle_manager_test.cpp | 2470 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 D | bundle_mgr_host.cpp | 2467 int32_t uid = GetUidByDebugBundleName(bundleName, userId); in HandleGetUidByDebugBundleName()
|
H A D | bundle_mgr_proxy.cpp | 655 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 D | bundle_mgr_host_impl.cpp | 2875 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 D | acts_bms_kit_system_test.cpp | 8086 int ret = bundleMgrProxy->GetUidByDebugBundleName(BASE_BUNDLE_NAME, uid); 8100 int ret = bundleMgrProxy->GetUidByDebugBundleName(EMPTY_BUNDLE_NAME, uid);
|