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 D | bundlemgrproxy_fuzzer.cpp | 308 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 D | bms_bundle_permission_system_app_test.cpp | 1471 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 D | bundle_mgr_interface.h | 1495 std::vector<std::string> &developerIdList, int32_t userId = Constants::UNSPECIFIED_USERID)
|
H A D | bundle_mgr_proxy.h | 1038 …std::vector<std::string> &developerIdList, int32_t userId = Constants::UNSPECIFIED_USERID) overrid…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 980 std::vector<std::string> &developerIdList, int32_t userId) override;
|
H A D | bundle_data_mgr.h | 955 std::vector<std::string> &developerIdList, int32_t userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3815 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 D | bundle_mgr_proxy.cpp | 4336 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 D | bundle_mgr_host_impl.cpp | 4082 std::vector<std::string> &developerIdList, int32_t userId) in GetDeveloperIds() argument 4100 return dataMgr->GetDeveloperIds(appDistributionType, developerIdList, userId); in GetDeveloperIds()
|
H A D | bundle_data_mgr.cpp | 8356 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 D | acts_bms_kit_system_test.cpp | 6554 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 D | bms_bundle_kit_service_test.cpp | 9692 std::vector<std::string> developerIdList; variable 9693 ErrCode ret = hostImpl->GetDeveloperIds(appDistributionType, developerIdList, DEFAULT_USERID);
|