Home
last modified time | relevance | path

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

12

/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dbundlems_client.cpp63 AbilityMsStatus BundleMsClient::QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) const in QueryKeepAliveBundleInfos() function in OHOS::BundleMsClient
68 if (bmsServerProxy_->QueryKeepAliveBundleInfos(bundleInfos, len) != ERR_OK) { in QueryKeepAliveBundleInfos()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/
H A Dbundlems_client.h31 AbilityMsStatus QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) const;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/querykeepalivebundleinfos_fuzzer/
H A Dquerykeepalivebundleinfos_fuzzer.cpp36 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI()
/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
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_manager.h216 uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
/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()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h50 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo>& bundleInfos) override
53 GTEST_LOG_(INFO) << "QueryKeepAliveBundleInfos()";
107 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo>& bundleInfos) override
110 GTEST_LOG_(INFO) << "QueryKeepAliveBundleInfos()";
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_ms_feature.h44 static uint8_t QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len);
/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()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp131 AbilityMsStatus status = bundleMsClient_.QueryKeepAliveBundleInfos(&bundleInfos, &len); in StartKeepAliveApps()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h585 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h431 virtual bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp833 * @tc.name: test the QueryKeepAliveBundleInfos
835 * 2. test QueryKeepAliveBundleInfos
842 auto res = bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp608 * @tc.desc: Testcase for testing QueryKeepAliveBundleInfos.
622 /* @tc.steps: step1.call QueryKeepAliveBundleInfos in loop */ in BenchmarkTestQueryKeepAliveBundleInfos()
623 bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in BenchmarkTestQueryKeepAliveBundleInfos()
/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
/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.h386 bool QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp410 * @tc.name: test QueryKeepAliveBundleInfos of BundleMgrHostImpl
412 * 2. QueryKeepAliveBundleInfos false by no permission
417 bool ret = bundleMgrHostImpl_->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp987 bool BundleMgrHostImpl::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
998 return dataMgr->QueryKeepAliveBundleInfos(bundleInfos); in QueryKeepAliveBundleInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp3731 bool ret = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
3748 bool ret = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
3780 bool ret = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
3794 bool ret = hostImpl->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp2361 * @tc.name: test QueryKeepAliveBundleInfos
2363 * 2.check QueryKeepAliveBundleInfos failed
2372 bool res = GetBundleDataMgr()->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1652 * @tc.name: test QueryKeepAliveBundleInfos
1660 bool testRet = GetBundleDataMgr()->QueryKeepAliveBundleInfos( in HWTEST_F()
2563 bool retBool = hostImpl->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1400 bool ret = QueryKeepAliveBundleInfos(infos); in HandleQueryKeepAliveBundleInfos()
H A Dbundle_mgr_proxy.cpp1357 bool BundleMgrProxy::QueryKeepAliveBundleInfos(std::vector<BundleInfo> &bundleInfos) in QueryKeepAliveBundleInfos() function in OHOS::AppExecFwk::BundleMgrProxy
1360 APP_LOGD("begin to QueryKeepAliveBundleInfos"); in QueryKeepAliveBundleInfos()
1364 APP_LOGE("fail to QueryKeepAliveBundleInfos due to write InterfaceToken fail"); in QueryKeepAliveBundleInfos()
1369 APP_LOGE("fail to QueryKeepAliveBundleInfos from server"); in QueryKeepAliveBundleInfos()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp4769 * @tc.name: test QueryKeepAliveBundleInfos interface
4772 * 3.call QueryKeepAliveBundleInfos
4790 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()
4802 * @tc.name: test QueryKeepAliveBundleInfos interface
4805 * 3.call QueryKeepAliveBundleInfos
4823 bool result = bundleMgrProxy->QueryKeepAliveBundleInfos(bundleInfos); in HWTEST_F()

Completed in 120 milliseconds

12