/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | bundlems_client.cpp | 63 AbilityMsStatus BundleMsClient::QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) c… in QueryKeepAliveBundleInfos() function in OHOS::BundleMsClient 68 if (bmsServerProxy_->QueryKeepAliveBundleInfos(bundleInfos, len) != ERR_OK) { in QueryKeepAliveBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_ms_feature.cpp | 44 .QueryKeepAliveBundleInfos = BundleMsFeature::QueryKeepAliveBundleInfos, 275 errorCode = QueryKeepAliveBundleInfos(&bundleInfos, &lengthOfBundleInfo); in HandleGetBundleInfos() 435 uint8_t BundleMsFeature::QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) in QueryKeepAliveBundleInfos() function in OHOS::BundleMsFeature 576 errorCode = QueryKeepAliveBundleInfos(&bundleInfos, length); in GetInnerBundleInfos()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/ |
H A D | bundlems_client.h | 31 AbilityMsStatus QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/querykeepalivebundleinfos_fuzzer/ |
H A D | querykeepalivebundleinfos_fuzzer.cpp | 36 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_inner_interface.h | 63 uint8_t (*QueryKeepAliveBundleInfos)(BundleInfo **bundleInfos, int32_t *len); member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_manager.h | 216 uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 50 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo>& bundleInfos) override in QueryKeepAliveBundleInfos() function 107 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo>& bundleInfos) override in QueryKeepAliveBundleInfos() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_ms_feature.h | 44 static uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 37 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI() 224 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_handler.cpp | 131 AbilityMsStatus status = bundleMsClient_.QueryKeepAliveBundleInfos(&bundleInfos, &len); in StartKeepAliveApps()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 623 bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in BenchmarkTestQueryKeepAliveBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 730 uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) in QueryKeepAliveBundleInfos() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 586 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function
|
H A D | bundle_mgr_proxy.h | 431 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 414 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) override;
|
H A D | bundle_data_mgr.h | 384 bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 417 bool ret = bundleMgrHostImpl_->QueryKeepAliveBundleInfos(bundleInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1007 bool BundleMgrHostImpl::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 1018 return dataMgr->QueryKeepAliveBundleInfos(bundleInfos); in QueryKeepAliveBundleInfos()
|
H A D | bundle_data_mgr.cpp | 3682 bool BundleDataMgr::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) const in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::BundleDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1661 bool testRet = GetBundleDataMgr()->QueryKeepAliveBundleInfos( 2564 bool retBool = hostImpl->QueryKeepAliveBundleInfos(bundleInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 3732 bool ret = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos); 3749 bool ret = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos); 3781 bool ret = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); 3795 bool ret = hostImpl->QueryKeepAliveBundleInfos(bundleInfos);
|
H A D | bms_bundle_data_mgr_test.cpp | 2339 bool res = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1408 bool ret = QueryKeepAliveBundleInfos(infos); in HandleQueryKeepAliveBundleInfos()
|
H A D | bundle_mgr_proxy.cpp | 1325 bool BundleMgrProxy::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() 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 | 4790 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); 4823 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos);
|