Home
last modified time | relevance | path

Searched defs:sourceFiles (Results 1 – 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/
Dbms_bundle_quick_fix_manager_test.cpp61 static std::vector<std::string> sourceFiles; member in OHOS::BmsBundleQuickFixManagerTest
128 void BmsBundleQuickFixManagerTest::CreateFiles(const std::vector<std::string>& sourceFiles) in CreateFiles()
153 std::vector<std::string> sourceFiles {FILE1_PATH, FILE2_PATH}; variable
186 std::vector<std::string> sourceFiles {INVALID_FILE_SUFFIX_PATH}; variable
209 std::vector<std::string> sourceFiles {NOT_EXIST_FILE_PATH}; variable
230 std::vector<std::string> sourceFiles; variable
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
Dpreprocessor.cpp49 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in Preprocess() local
72 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in UnitPreprocess() local
89 bool Preprocessor::CheckAllFilesPath(const std::set<std::string> &sourceFiles) in CheckAllFilesPath()
107 bool Preprocessor::AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMap &allFileDetai… in AnalyseImportInfo()
243 …nst FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles) in LoadOtherIdlFiles()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/copyfiles_fuzzer/
Dcopyfiles_fuzzer.cpp29 std::vector<std::string> sourceFiles; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/
Dquick_fix_manager_interface.h56 …virtual ErrCode CopyFiles(const std::vector<std::string> &sourceFiles, std::vector<std::string> &d… in CopyFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/
Dextend_resource_manager_interface.h71 const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) in CopyFiles()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/
Dextend_resource_manager_proxy_test.cpp202 std::vector<std::string> sourceFiles; variable
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
Dmock_bundle_manager.h180 …virtual ErrCode CopyFiles(const std::vector<std::string>& sourceFiles, std::vector<std::string>& d… in CopyFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
Dquick_fix_manager_proxy.cpp216 const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) in CopyFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
Dextend_resource_manager_proxy.cpp296 const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) in CopyFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
Dbms_bundle_quick_fix_test.cpp384 void BmsBundleQuickFixTest::CreateFiles(const std::vector<std::string>& sourceFiles) in CreateFiles()
1559 const std::vector<std::string> sourceFiles {path}; variable
1583 std::vector<std::string> sourceFiles {FILE1_PATH, FILE2_PATH, INVALID_FILE_SUFFIX_PATH}; variable
1604 std::vector<std::string> sourceFiles {FILE1_PATH, FILE2_PATH, FILE3_PATH}; variable
3675 const std::vector<std::string> sourceFiles {FILE1_PATH, FILE2_PATH}; variable
3695 const std::vector<std::string> sourceFiles {"", ""}; variable
3712 const std::vector<std::string> sourceFiles {FILE1_PATH, ""}; variable
4524 std::vector<std::string> sourceFiles {INVALID_FILE_PATH_1}; variable
4543 std::vector<std::string> sourceFiles {INVALID_FILE_PATH_2}; variable
4562 std::vector<std::string> sourceFiles {VALID_FILE_PATH_3}; variable
[all …]
/foundation/ability/idl_tool/idl_tool_2/util/
Doptions.h303 std::set<std::string> sourceFiles; // '-c <*.idl>' variable