Home
last modified time | relevance | path

Searched refs:invalidContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_config_test.cpp97 const char* invalidContent = "1 2 abc 4"; variable
99 xmlNodeSetContent(invalidNode, BAD_CAST invalidContent);
/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp205 constexpr auto invalidContent = R"({ "key" : "value")"; variable
209 ofs << invalidContent;
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp288 constexpr auto invalidContent = R"({ "key" : "value")"; in TestJsonNodeFileType() local
292 ofs << invalidContent; in TestJsonNodeFileType()