Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1139 std::string supportedOpts = ""; in TEST_F() local
1148 std::string supportedOpts = "{"key":"value"}"; in TEST_F() local
1158 std::string supportedOpts = "nonJsonString"; in TEST_F() local
1168 std::string supportedOpts = ""; in TEST_F() local
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp565 std::string supportedOpts = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestBuildPrinterPreferenceByOption() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1309 std::string supportedOpts; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp809 …d PrintServiceAbility::BuildPrinterPreferenceByOption(std::string& key, std::string& supportedOpts, in BuildPrinterPreferenceByOption()