/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 | 105 const std::string GET_DEVELOPER_IDS = "GetDeveloperIds"; 5095 napi_value GetDeveloperIds(napi_env env, napi_callback_info info) in GetDeveloperIds() function 5129 iBundleMgr->GetDeveloperIds(distributionType, developerIds, userId)); in GetDeveloperIds()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 309 bundleMgrProxy.GetDeveloperIds(appDistributionType, developerIdList); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1493 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1040 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 2362 * @tc.name: test GetDeveloperIds 2372 ErrCode ret = dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in HWTEST_F() 2377 ret = dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in HWTEST_F() 2380 ret = dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in HWTEST_F()
|
/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 | 946 ErrCode GetDeveloperIds(const std::string &appDistributionType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1485 * @tc.name: test GetDeveloperIds of BundleMgrProxy 1495 auto result = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, userId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4049 ErrCode BundleMgrHostImpl::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleMgrHostImpl 4052 APP_LOGI("start GetDeveloperIds for appDistributionType: %{public}s with user: %{public}d", in GetDeveloperIds() 4062 APP_LOGI("verify permission success, begin to GetDeveloperIds"); in GetDeveloperIds() 4068 return dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in GetDeveloperIds()
|
H A D | bundle_data_mgr.cpp | 8039 ErrCode BundleDataMgr::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3807 auto ret = GetDeveloperIds(appDistributionType, developerIdList, userId); in HandleGetDeveloperIds()
|
H A D | bundle_mgr_proxy.cpp | 4368 ErrCode BundleMgrProxy::GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::BundleMgrProxy 4372 APP_LOGI("begin to GetDeveloperIds of %{public}s", appDistributionType.c_str()); in GetDeveloperIds() 4375 APP_LOGE("fail to GetDeveloperIds due to write InterfaceToken fail"); in GetDeveloperIds() 4379 APP_LOGE("failed to GetDeveloperIds due to write appDistributionType fail"); in GetDeveloperIds() 4383 APP_LOGE("fail to GetDeveloperIds due to write userId fail"); in GetDeveloperIds() 4398 APP_LOGE("fail to GetDeveloperIds from reply"); in GetDeveloperIds()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6607 auto res = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9721 * @tc.name: test GetDeveloperIds 9722 * @tc.desc: 1.Test the GetDeveloperIds by BundleMgrHostImpl 9730 ErrCode ret = hostImpl->GetDeveloperIds(appDistributionType, developerIdList, DEFAULT_USERID); in HWTEST_F()
|