Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/utils/
H A Dvalue_parser.py19 def get_sub_str(input_str, keyword, value_separator_count=0, is_last=False): argument
51 def get_value_as_int(input_str, keyword, value_separator_count=0, is_last=False): argument
58 def get_value_as_float(input_str, keyword, value_separator_count=0, is_last=False): argument
65 def get_value_as_str(input_str, keyword, value_separator_count=0, is_last=False): argument
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp25 bool ParseAttributeToValue(ipp_t *response, const std::string &keyword, T &value, in ParseAttributeToValue()
133 std::string keyword = "sides-supported"; in ParseDuplexModeAttributes() local
156 std::string keyword = "print-color-mode-supported"; in ParseColorModeAttributes() local
179 std::string keyword = "media-supported"; in ParsePageSizeAttributes() local
193 std::string keyword = "print-quality-supported"; in ParseQualityAttributes() local
237 std::string keyword = "printer-resolution-supported"; in ParseSupportedResolutionAttribute() local
277 std::string keyword = "printer-resolution-default"; in ParseDefaultResolutionAttribute() local
325 for (auto &keyword : keywordList) { in ParseMediaColDefaultAttributes() local
373 std::string keyword = "orientation-requested-default"; in ParseOrientationAttributes() local
402 std::string keyword = "media-source-supported"; in ParseOtherAttributes() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp59 DataBuf keyword = GetKeywordFromChunk(chunkData); in ParseTextChunk() local
88 auto keyword = std::find(chunkData.CBegin(), chunkData.CEnd(), 0); in GetKeywordFromChunk() local
243 bool PngImageChunkUtils::FindExifKeyword(const byte *keyword, size_t size) in FindExifKeyword()
257 DataBuf keyword = GetKeywordFromChunk(chunkData); in FindExifFromTxt() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp667 void DataQuery::AppendCommon(const std::string &keyword, const std::string &fieldType, in AppendCommon()
681 void DataQuery::AppendCommonString(const std::string &keyword, const std::string &fieldType, in AppendCommonString()
696 void DataQuery::AppendCommonBoolean(const std::string &keyword, const std::string &fieldType, in AppendCommonBoolean()
714 void DataQuery::AppendCommonString(const std::string &keyword, std::string &field, std::string &val… in AppendCommonString()
727 void DataQuery::AppendCommonList(const std::string &keyword, const std::string &fieldType, in AppendCommonList()
747 void DataQuery::AppendCommonListString(const std::string &keyword, const std::string &fieldType, in AppendCommonListString()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp54 void AddJsonFieldStringToJsonObject(const nlohmann::json &cupsOpt, const std::string &keyword, in AddJsonFieldStringToJsonObject()
335 std::string keyword = "orientation-requested-supported"; in ParsePrinterOpt() local
386 std::string keyword = "sides-supported"; in ParseCupsCopyOpt() local
420 std::string keyword = "multiple-document-handling-supported"; in ParseCupsOptions() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp366 auto keyword = keyWords_.find(value); in LexFromLiteral() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp346 std::string keyword = "libbacktrace_local.so"; variable
/ohos5.0/base/telephony/call_manager/test/unittest/call_earthquake_alarm_test/src/
H A Dcall_earthquake_alarm_test.cpp229 const char* keyword = "switchtest"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp63 std::string keyword = words.at(pointer); in StringToDbQuery() local
89 std::string keyword = words.at(pointer); in Handle() local
119 std::string keyword = words.at(pointer); in HandleExtra() local
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp720 std::string keyword = "testKeyword"; in TEST_F() local
728 std::string keyword = "testKeyword"; in TEST_F() local
736 std::string keyword = "testKeyword"; in TEST_F() local
747 std::string keyword = "test-attr"; in TEST_F() local
759 std::string keyword = "test-attr"; in TEST_F() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp271 for (auto& keyword : log) { in CheckCountNumStackTop() local