Home
last modified time | relevance | path

Searched refs:QueryKeepAliveBundleInfos (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dbundlems_client.cpp63 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 Dbundle_ms_feature.cpp44 .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 Dbundlems_client.h31 AbilityMsStatus QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/querykeepalivebundleinfos_fuzzer/
H A Dquerykeepalivebundleinfos_fuzzer.cpp36 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_inner_interface.h63 uint8_t (*QueryKeepAliveBundleInfos)(BundleInfo **bundleInfos, int32_t *len); member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_manager.h216 uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h50 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 Dbundle_ms_feature.h44 static uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp37 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
224 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp131 AbilityMsStatus status = bundleMsClient_.QueryKeepAliveBundleInfos(&bundleInfos, &len); in StartKeepAliveApps()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp623 bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in BenchmarkTestQueryKeepAliveBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp730 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 Dbundle_mgr_interface.h586 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function
H A Dbundle_mgr_proxy.h431 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h414 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) override;
H A Dbundle_data_mgr.h384 bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp417 bool ret = bundleMgrHostImpl_->QueryKeepAliveBundleInfos(bundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1007 bool BundleMgrHostImpl::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
1018 return dataMgr->QueryKeepAliveBundleInfos(bundleInfos); in QueryKeepAliveBundleInfos()
H A Dbundle_data_mgr.cpp3682 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 Dbms_bundle_manager_test.cpp1661 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 Dbms_bundle_kit_service_test.cpp3732 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 Dbms_bundle_data_mgr_test.cpp2339 bool res = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1408 bool ret = QueryKeepAliveBundleInfos(infos); in HandleQueryKeepAliveBundleInfos()
H A Dbundle_mgr_proxy.cpp1325 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 Dacts_bms_kit_system_test.cpp4790 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos);
4823 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos);