/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/ |
H A D | adapter_host_manager.cpp | 83 int32_t AdapterHostManager::GetParameter(const std::string &keyList, std::string &valueList) in GetParameter() argument
|
H A D | headset_adapter_host_manager.cpp | 71 int32_t HeadsetAdapterHostManager::GetParameter(const std::string &keyList, std::string &valueList) in GetParameter() argument
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_stations_manager_test.cpp | 173 std::vector<StationInfo> valueList; in HWTEST_F() local 185 std::vector<StationInfo> valueList; in HWTEST_F() local 203 std::vector<StationInfo> valueList; HWTEST_F() local 225 std::vector<StationInfo> valueList; HWTEST_F() local 240 std::vector<StationInfo> valueList; HWTEST_F() local 257 std::vector<StationInfo> valueList; HWTEST_F() local 274 std::vector<StationInfo> valueList; HWTEST_F() local 291 std::vector<StationInfo> valueList; HWTEST_F() local [all...] |
H A D | ap_started_state_test.cpp | 171 std::vector<StationInfo> valueList; member in OHOS::Wifi::ApStartedState_test
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_query.cpp | 369 std::vector<std::string> valueList; in InString() member 411 std::vector<std::string> valueList; in NotInString() member [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_query.cpp | 401 std::vector<std::string> valueList; in InString() member 450 std::vector<std::string> valueList; in NotInString() member [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.cpp | 630 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; GetStringList() local [all...] |
/foundation/communication/nfc/services/src/external_deps/ |
H A D | app_data_parser.cpp | 270 std::vector<std::string> valueList; in UpdateTagAppList() local
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 385 DataQuery& DataQuery::In(const std::string &field, const std::vector<int> &valueList) in In() argument 396 DataQuery& DataQuery::In(const std::string &field, const std::vector<int64_t> &valueList) in In() argument 407 DataQuery& DataQuery::In(const std::string &field, const std::vector<double> &valueList) in In() argument 418 DataQuery& DataQuery::In(const std::string &field, const std::vector<std::string> &valueList) in In() argument 430 NotIn(const std::string &field, const std::vector<int> &valueList) NotIn() argument 441 NotIn(const std::string &field, const std::vector<int64_t> &valueList) NotIn() argument 452 NotIn(const std::string &field, const std::vector<double> &valueList) NotIn() argument 463 NotIn(const std::string &field, const std::vector<std::string> &valueList) NotIn() argument 727 AppendCommonList(const std::string &keyword, const std::string &fieldType, std::string &field, const std::vector<T> &valueList) AppendCommonList() argument 747 AppendCommonListString(const std::string &keyword, const std::string &fieldType, std::string &field, std::vector<std::string> &valueList) AppendCommonListString() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_receive.c | 274 static void AttReadFree(AttRead *valueList, uint16_t num, uint8_t type) in AttReadFree() argument [all...] |
H A D | att_send_response.c | 682 ATT_ReadByTypeResponse( uint16_t connectHandle, uint8_t length, const AttReadByTypeRspDataList *valueList, uint16_t attrValueNum) ATT_ReadByTypeResponse() argument 1005 ATT_ReadMultipleResponse(uint16_t connectHandle, const Buffer *valueList) ATT_ReadMultipleResponse() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_ffi.cpp | 463 void FfiOHOSDistributedKVStoreQueryInNumber(int64_t id, const char* field, const CArrNumber valueList) in FfiOHOSDistributedKVStoreQueryInNumber() argument 472 void FfiOHOSDistributedKVStoreQueryInString(int64_t id, const char* field, const CArrStr valueList) in FfiOHOSDistributedKVStoreQueryInString() argument 481 void FfiOHOSDistributedKVStoreQueryNotInNumber(int64_t id, const char* field, const CArrNumber valueList) in FfiOHOSDistributedKVStoreQueryNotInNumber() argument 490 void FfiOHOSDistributedKVStoreQueryNotInString(int64_t id, const char* field, const CArrStr valueList) in FfiOHOSDistributedKVStoreQueryNotInString() argument
|
H A D | distributed_kv_store_impl.cpp | 1122 void CQuery::InNumber(const std::string &field, const CArrNumber &valueList) in InNumber() argument 1154 InString(const std::string &field, const CArrStr &valueList) InString() argument 1159 NotInNumber(const std::string &field, const CArrNumber &valueList) NotInNumber() argument 1180 NotInString(const std::string &field, const CArrStr &valueList) NotInString() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.cpp | 510 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; in FindIncludedServiceResponse() local 571 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MA in DiscoverCharacteristicResponse() local 754 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; ReadUsingCharacteristicByUuidResponseStep1() local 2091 AttReadByTypeRspDataList valueList[GATT_VALUE_LEN_MAX] = {{{0}, nullptr}}; SendReadUsingCharacteristicValueResp() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | att.h | 232 AttReadByTypeRspDataList *valueList; member
|