Home
last modified time | relevance | path

Searched refs:DumpInfos (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.h31 bool DumpInfos(
H A Dmock_bundle_mgr_host.cpp25 bool MockBundleMgrHost::DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::MockBundleMgrHost
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1988 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleList()
1999 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleInfo()
2010 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpShortcutInfos()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp45 bundleMgrProxy.DumpInfos(flag, bundleName, reinterpret_cast<uintptr_t>(data), result); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h795 virtual bool DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h567 virtual bool DumpInfos(
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp810 * @tc.desc: Testcase for testing DumpInfos.
824 /* @tc.steps: step1.call DumpInfos in loop */ in BenchmarkTestDumpInfos()
825 bundleMgrProxy->DumpInfos( in BenchmarkTestDumpInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp3315 bool infoRet = hostImpl->DumpInfos( in HWTEST_F()
3323 bool listRet = hostImpl->DumpInfos( in HWTEST_F()
3332 bool namesRet = hostImpl->DumpInfos( in HWTEST_F()
3352 bool emptyRet = hostImpl->DumpInfos( in HWTEST_F()
3355 emptyRet = hostImpl->DumpInfos( in HWTEST_F()
3375 bool listRet = hostImpl->DumpInfos( in HWTEST_F()
3382 bool infoRet = hostImpl->DumpInfos( in HWTEST_F()
3407 bool emptyRet = bundleMgrProxy->DumpInfos( in HWTEST_F()
3426 bool emptyRet = hostImpl->DumpInfos( in HWTEST_F()
3429 emptyRet = hostImpl->DumpInfos( in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h546 virtual bool DumpInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp554 * @tc.name: test DumpInfos of BundleMgrHostImpl
556 * 2. DumpInfos false by no permission
561 bool ret = bundleMgrHostImpl_->DumpInfos(DumpFlag::DUMP_BUNDLE_LIST, BUNDLE_NAME, USERID, result); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1812 bool BundleMgrHostImpl::DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1837 bool ret = DumpInfos(flag, bundleName, userId, result); in HandleDumpInfos()
H A Dbundle_mgr_proxy.cpp1877 bool BundleMgrProxy::DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8442 * @tc.name: test DumpInfos proxy
8459 auto ret = bundleMgrProxy->DumpInfos(DumpFlag::DUMP_BUNDLE_INFO, appName, USERID, result); in HWTEST_F()

Completed in 66 milliseconds