Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2094 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleList()
2105 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpBundleInfo()
2116 bool dumpRet = bundleMgrProxy_->DumpInfos( in DumpShortcutInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp825 bundleMgrProxy->DumpInfos( in BenchmarkTestDumpInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp3316 bool infoRet = hostImpl->DumpInfos(
3324 bool listRet = hostImpl->DumpInfos(
3333 bool namesRet = hostImpl->DumpInfos(
3353 bool emptyRet = hostImpl->DumpInfos(
3356 emptyRet = hostImpl->DumpInfos(
3376 bool listRet = hostImpl->DumpInfos(
3383 bool infoRet = hostImpl->DumpInfos(
3427 bool emptyRet = hostImpl->DumpInfos(
3430 emptyRet = hostImpl->DumpInfos(
3433 emptyRet = hostImpl->DumpInfos(
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h796 virtual bool DumpInfos( in DumpInfos() function
H A Dbundle_mgr_proxy.h567 virtual bool DumpInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h546 virtual bool DumpInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp561 … bool ret = bundleMgrHostImpl_->DumpInfos(DumpFlag::DUMP_BUNDLE_LIST, BUNDLE_NAME, USERID, result);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1845 bool ret = DumpInfos(flag, bundleName, userId, result); in HandleDumpInfos()
H A Dbundle_mgr_proxy.cpp1845 bool BundleMgrProxy::DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1862 bool BundleMgrHostImpl::DumpInfos( in DumpInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8407 auto ret = bundleMgrProxy->DumpInfos(DumpFlag::DUMP_BUNDLE_INFO, appName, USERID, result);