/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_mgr_host.h | 32 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result);
|
H A D | mock_bundle_mgr_host.cpp | 26 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 43 DumpFlag flag = DumpFlag::DUMP_BUNDLE_LIST; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 54 enum class DumpFlag { enum 797 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos()
|
H A D | bundle_mgr_proxy.h | 568 … const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) override;
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 2095 DumpFlag::DUMP_BUNDLE_LIST, BUNDLE_NAME_EMPTY, userId, dumpResults); in DumpBundleList() 2106 DumpFlag::DUMP_BUNDLE_INFO, bundleName, userId, dumpResults); in DumpBundleInfo() 2117 DumpFlag::DUMP_SHORTCUT_INFO, bundleName, userId, dumpResults); in DumpShortcutInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 826 DumpFlag::DUMP_BUNDLE_LIST, EMPTY_STRING, DEFAULT_USERID, bundleNames); in BenchmarkTestDumpInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 3317 DumpFlag::DUMP_BUNDLE_INFO, BUNDLE_NAME_TEST, DEFAULT_USERID, infoResult); 3325 DumpFlag::DUMP_BUNDLE_LIST, EMPTY_STRING, DEFAULT_USERID, bundleNames); 3334 DumpFlag::DUMP_BUNDLE_LIST, EMPTY_STRING, DEFAULT_USERID, names); 3354 DumpFlag::DUMP_BUNDLE_INFO, EMPTY_STRING, DEFAULT_USERID, emptyResult); 3357 DumpFlag::DUMP_BUNDLE_INFO, BUNDLE_NAME_TEST, DEFAULT_USERID, emptyResult); 3377 DumpFlag::DUMP_BUNDLE_LIST, EMPTY_STRING, DEFAULT_USERID, bundleNames); 3384 DumpFlag::DUMP_BUNDLE_INFO, BUNDLE_NAME_TEST, DEFAULT_USERID, bundleInfo); 3409 DumpFlag::DUMP_BUNDLE_INFO, EMPTY_STRING, DEFAULT_USERID, emptyResult); 3428 DumpFlag::DUMP_SHORTCUT_INFO, EMPTY_STRING, DEFAULT_USERID, emptyResult); 3434 DumpFlag::DUMP_SHORTCUT_INFO, BUNDLE_NAME_TEST, ALL_USERID, emptyResult); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1863 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos() 1871 case DumpFlag::DUMP_BUNDLE_LIST: { in DumpInfos() 1875 case DumpFlag::DUMP_BUNDLE_INFO: { in DumpInfos() 1879 case DumpFlag::DUMP_SHORTCUT_INFO: { in DumpInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 547 … const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 561 … 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 D | bundle_mgr_host.cpp | 1839 DumpFlag flag = static_cast<DumpFlag>(data.ReadInt32()); in HandleDumpInfos()
|
H A D | bundle_mgr_proxy.cpp | 1846 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8407 auto ret = bundleMgrProxy->DumpInfos(DumpFlag::DUMP_BUNDLE_INFO, appName, USERID, result);
|