Home
last modified time | relevance | path

Searched defs:valueList (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_stations_manager_test.cpp173 std::vector<StationInfo> valueList; variable
185 std::vector<StationInfo> valueList; variable
203 std::vector<StationInfo> valueList; variable
225 std::vector<StationInfo> valueList; variable
240 std::vector<StationInfo> valueList; variable
257 std::vector<StationInfo> valueList; variable
274 std::vector<StationInfo> valueList; variable
291 std::vector<StationInfo> valueList; variable
H A Dap_started_state_test.cpp171 std::vector<StationInfo> valueList; member in OHOS::Wifi::ApStartedState_test
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp385 DataQuery& DataQuery::In(const std::string &field, const std::vector<int> &valueList) in In()
396 DataQuery& DataQuery::In(const std::string &field, const std::vector<int64_t> &valueList) in In()
407 DataQuery& DataQuery::In(const std::string &field, const std::vector<double> &valueList) in In()
418 DataQuery& DataQuery::In(const std::string &field, const std::vector<std::string> &valueList) in In()
430 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int> &valueList) in NotIn()
441 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int64_t> &valueList) in NotIn()
452 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<double> &valueList) in NotIn()
463 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<std::string> &valueList) in NotIn()
728 std::string &field, const std::vector<T> &valueList) in AppendCommonList()
748 std::string &field, std::vector<std::string> &valueList) in AppendCommonListString()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/task/src/
H A Dtask_body.cpp32 std::vector<JsonBuilder> GetArrayJsonBuilderList(const std::vector<T> &valueList) in GetArrayJsonBuilderList()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_definition_cache.cpp151 void PermissionDefinitionCache::StorePermissionDef(std::vector<GenericValues>& valueList) in StorePermissionDef()
164 …onDefinitionCache::StorePermissionDef(AccessTokenID tokenID, std::vector<GenericValues>& valueList) in StorePermissionDef()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dheadset_adapter_host_manager.cpp71 int32_t HeadsetAdapterHostManager::GetParameter(const std::string &keyList, std::string &valueList) in GetParameter()
H A Dadapter_host_manager.cpp83 int32_t AdapterHostManager::GetParameter(const std::string &keyList, std::string &valueList) in GetParameter()
/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Djson_builder.h70 JsonBuilder &Append(const std::string &key, const std::vector<JsonBuilder> &valueList) in Append()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp814 std::vector<std::string> valueList = { email, displayName }; in AddEmailLine() local
825 void VCardConstructor::AddLine(const std::string &type, std::vector<std::string> valueList) in AddLine()
856 …rdConstructor::AddLineWithCharsetAndQP(const std::string &type, std::vector<std::string> valueList) in AddLineWithCharsetAndQP()
864 …const std::string &type, std::vector<std::string> valueList, bool needCharset, bool needQuotedPrin… in AddLine()
870 std::vector<std::string> valueList, bool needCharset, bool needQuotedPrintable) in AddLine()
H A Dvcard_contact.cpp697 std::vector<std::string> valueList = GetValueListFromParasMap(rawValue, propValue, parasMap); in AddIms() local
723 … std::vector<std::string> valueList = GetValueListFromParasMap(rawValue, propValue, parasMap); in AddNameData() local
726 … std::vector<std::string> valueList = GetValueListFromParasMap(rawValue, propValue, parasMap); in AddNameData() local
729 … std::vector<std::string> valueList = GetValueListFromParasMap(rawValue, propValue, parasMap); in AddNameData() local
978 std::vector<std::string> valueList = in AddEmailsData() local
1109 …std::vector<std::string> valueList = VCardUtils::Split((parasMap.size() != 0) ? propValue : rawVal… in AddWebSiteDatas() local
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_adapter_impl.cpp79 …32_t IntellVoiceEngineAdapterImpl::GetParameter(const std::string &keyList, std::string &valueList) in GetParameter()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp630 std::vector<int> valueList; in GetIntegerList() local
650 std::vector<int64_t> valueList; in GetLongList() local
670 std::vector<double> valueList; in GetDoubleList() local
690 std::vector<std::string> valueList; in GetStringList() local
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_report_test.cpp118 std::vector<uint32_t> valueList; in ActionValueDecision() local
149 std::vector<float> valueList; in LcdValueDecision() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp107 std::vector<std::string> valueList; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp510 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; in FindIncludedServiceResponse() local
571 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; in DiscoverCharacteristicResponse() local
754 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; in ReadUsingCharacteristicByUuidResponseStep1() local
2091 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; in SendReadUsingCharacteristicValueResp() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h165 std::vector<std::string> &valueList) override in QueryPrinterProperties()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c683 …uint16_t connectHandle, uint8_t length, const AttReadByTypeRspDataList *valueList, uint16_t attrVa… in ATT_ReadByTypeResponse()
1005 void ATT_ReadMultipleResponse(uint16_t connectHandle, const Buffer *valueList) in ATT_ReadMultipleResponse()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_query.cpp369 std::vector<std::string> valueList; in InString() member
411 std::vector<std::string> valueList; in NotInString() member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_query.cpp401 std::vector<std::string> valueList; in InString() member
450 std::vector<std::string> valueList; in NotInString() member
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp335 std::vector<std::string> valueList; in OH_Print_QueryPrinterProperties() local
H A Dprint_helper.cpp665 Print_ErrorCode ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList, in ConvertStringVectorToPropertyList()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp274 std::vector<std::string> valueList; variable
690 std::vector<std::string> valueList; variable
1223 std::vector<std::string> valueList; variable
1242 std::vector<std::string> valueList; variable
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp957 std::vector std::stringundefined valueList; in TEST_F() local
965 std::vector std::stringundefined valueList; in TEST_F() local
973 std::vector std::stringundefined valueList; in TEST_F() local
981 std::vector std::stringundefined valueList; in TEST_F() local
989 std::vector std::stringundefined valueList; in TEST_F() local
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp270 std::vector<std::string> valueList; in UpdateTagAppList() local
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp142 std::vector<std::string> valueList; in TestQueryPrinterAttrList() local

12