Home
last modified time | relevance | path

Searched refs:developerIdList (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp308 std::vector<std::string> developerIdList; in DoSomethingInterestingWithMyAPI() local
309 bundleMgrProxy.GetDeveloperIds(appDistributionType, developerIdList); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1471 std::vector<std::string> developerIdList; variable
1473 auto result = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1495 std::vector<std::string> &developerIdList, int32_t userId = Constants::UNSPECIFIED_USERID)
H A Dbundle_mgr_proxy.h1038 …std::vector<std::string> &developerIdList, int32_t userId = Constants::UNSPECIFIED_USERID) overrid…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h980 std::vector<std::string> &developerIdList, int32_t userId) override;
H A Dbundle_data_mgr.h955 std::vector<std::string> &developerIdList, int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3815 std::vector<std::string> developerIdList; in HandleGetDeveloperIds() local
3816 auto ret = GetDeveloperIds(appDistributionType, developerIdList, userId); in HandleGetDeveloperIds()
3822 if (!reply.WriteStringVector(developerIdList)) { in HandleGetDeveloperIds()
H A Dbundle_mgr_proxy.cpp4336 std::vector<std::string> &developerIdList, int32_t userId) in GetDeveloperIds() argument
4364 if (!reply.ReadStringVector(&developerIdList)) { in GetDeveloperIds()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4082 std::vector<std::string> &developerIdList, int32_t userId) in GetDeveloperIds() argument
4100 return dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in GetDeveloperIds()
H A Dbundle_data_mgr.cpp8356 std::vector<std::string> &developerIdList, int32_t userId) in GetDeveloperIds() argument
8395 developerIdList.emplace_back(developerId); in GetDeveloperIds()
8398 static_cast<int32_t>(developerIdList.size()), appDistributionType.c_str()); in GetDeveloperIds()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6554 std::vector<std::string> developerIdList; variable
6555 auto res = bundleMgrProxy->GetDeveloperIds(appDistributionType, developerIdList, USERID);
6557 EXPECT_TRUE(developerIdList.empty());
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9692 std::vector<std::string> developerIdList; variable
9693 ErrCode ret = hostImpl->GetDeveloperIds(appDistributionType, developerIdList, DEFAULT_USERID);