Home
last modified time | relevance | path

Searched refs:GetDeveloperIds (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp167 DECLARE_NAPI_FUNCTION("getDeveloperIds", GetDeveloperIds), in BundleManagerExport()
H A Dbundle_manager.h336 napi_value GetDeveloperIds(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp5108 napi_value GetDeveloperIds(napi_env env, napi_callback_info info) in GetDeveloperIds() function
5142 iBundleMgr->GetDeveloperIds(distributionType, developerIds, userId)); in GetDeveloperIds()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp309 bundleMgrProxy.GetDeveloperIds(appDistributionType, developerIdList); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1494 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
H A Dbundle_mgr_proxy.h1037 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h979 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
H A Dbundle_data_mgr.h954 ErrCode GetDeveloperIds(const std::string &appDistributionType,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1473 auto result = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4081 ErrCode BundleMgrHostImpl::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleMgrHostImpl
4100 return dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in GetDeveloperIds()
H A Dbundle_data_mgr.cpp8355 ErrCode BundleDataMgr::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3816 auto ret = GetDeveloperIds(appDistributionType, developerIdList, userId); in HandleGetDeveloperIds()
H A Dbundle_mgr_proxy.cpp4335 ErrCode BundleMgrProxy::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6555 auto res = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9693 ErrCode ret = hostImpl->GetDeveloperIds(appDistributionType, developerIdList, DEFAULT_USERID);