/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 167 DECLARE_NAPI_FUNCTION("getDeveloperIds", GetDeveloperIds), in BundleManagerExport()
|
H A D | bundle_manager.h | 336 napi_value GetDeveloperIds(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 5108 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 D | bundlemgrproxy_fuzzer.cpp | 309 bundleMgrProxy.GetDeveloperIds(appDistributionType, developerIdList); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1494 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
H A D | bundle_mgr_proxy.h | 1037 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 979 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
H A D | bundle_data_mgr.h | 954 ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1473 auto result = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4081 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 D | bundle_data_mgr.cpp | 8355 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 D | bundle_mgr_host.cpp | 3816 auto ret = GetDeveloperIds(appDistributionType, developerIdList, userId); in HandleGetDeveloperIds()
|
H A D | bundle_mgr_proxy.cpp | 4335 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 D | acts_bms_kit_system_test.cpp | 6555 auto res = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9693 ErrCode ret = hostImpl->GetDeveloperIds(appDistributionType, developerIdList, DEFAULT_USERID);
|