Home
last modified time | relevance | path

Searched defs:xmlFilePath (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/video_processing_engine/test/unittest/service/
Dconfiguration_helper_test.cpp78 std::string xmlFilePath = "non_existent_file.xml"; in TEST_F() local
85 std::string xmlFilePath = "invalid_file.xml"; in TEST_F() local
100 std::string xmlFilePath = "no_root_element.xml"; in TEST_F() local
116 std::string xmlFilePath = "valid_file.xml"; in TEST_F() local
/foundation/multimedia/ringtone_library/services/utils/src/
Dringtone_utils.cpp136 int32_t RingtoneUtils::CheckNeedScanner(const std::string &xmlFilePath) in CheckNeedScanner()
/foundation/multimedia/video_processing_engine/services/utils/
Dconfiguration_helper.cpp54 bool ConfigurationHelper::LoadConfigurationFromXml(const std::string& xmlFilePath) in LoadConfigurationFromXml()
/foundation/multimedia/video_processing_engine/test/unittest/contrast_enhancer/
Dcontrast_enhancer_unit_test.cpp65 …std::string xmlFilePath = "/sys_prod/etc/display/effect/displayengine/featureprocessor/adaptive_fo… in IsSupported() local