Home
last modified time | relevance | path

Searched defs:inFilePath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/common/test/unittest/src/
H A Ddistributed_sched_utils_test.cpp62 std::string inFilePath = "invalid_path"; variable
85 std::string inFilePath = std::string(cfgPathBuf); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/
H A Dans_image_util_unit_test.cpp389 std::string inFilePath = "testInfile"; variable
412 std::string inFilePath = ""; variable
435 std::string inFilePath = "testInfile"; variable
482 std::string inFilePath = "testInfile"; variable
505 std::string inFilePath = "testInfile"; variable
527 std::string inFilePath = "testInfile"; variable
550 std::string inFilePath = "testInfile"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp134 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap()
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp60 bool IsValidPath(const std::string &inFilePath, std::string &realFilePath) in IsValidPath()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp247 char inFilePath[MAX_PATH_LEN] = {0}; in DumpSingleInput() local