Searched refs:SUB_FILE_ALL (Results 1 - 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_constants.h | 22 SUB_FILE_ALL = 0, member in OHOS::AppExecFwk::ScanMode
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_host_impl_test.cpp | 271 auto ret = hostImpl->ScanDir(TEST_STRING, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F() 698 auto ret = hostImpl->ScanDir("", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F()
|
H A D | bms_install_daemon_ipc_test.cpp | 348 auto ret = proxy->ScanDir(TEST_STRING, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, vec);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 597 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
|
H A D | bms_install_daemon_operator_test.cpp | 1762 auto ret = InstalldOperator::ScanDir("/temp/", ScanMode::SUB_FILE_ALL, ResultMode::RELATIVE_PATH, paths);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 742 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 757 ErrCode result = installClient_->ScanDir(dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 759 dir, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2589 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F() 2593 BUNDLE_DATA_DIR, ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
|
Completed in 22 milliseconds