Home
last modified time | relevance | path

Searched refs:GetDeveloperIds (Results 1 - 16 of 16) sorted by relevance

/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.cpp105 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 Dbundlemgrproxy_fuzzer.cpp309 bundleMgrProxy.GetDeveloperIds(appDistributionType, developerIdList); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1493 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType, in GetDeveloperIds() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1040 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2362 * @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 Dbundle_mgr_host_impl.h979 virtual ErrCode GetDeveloperIds(const std::string &appDistributionType,
H A Dbundle_data_mgr.h946 ErrCode GetDeveloperIds(const std::string &appDistributionType,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1485 * @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 Dbundle_mgr_host_impl.cpp4049 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 Dbundle_data_mgr.cpp8039 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 Dbundle_mgr_host.cpp3807 auto ret = GetDeveloperIds(appDistributionType, developerIdList, userId); in HandleGetDeveloperIds()
H A Dbundle_mgr_proxy.cpp4368 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 Dacts_bms_kit_system_test.cpp6607 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 Dbms_bundle_kit_service_test.cpp9721 * @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()

Completed in 103 milliseconds