Home
last modified time | relevance | path

Searched defs:keyList (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c77 static void DevMgrUeventReleaseKeyList(struct DListHead *keyList) in DevMgrUeventReleaseKeyList()
432 static bool DevMgrUeventMatchRule(struct DListHead *keyList, struct DListHead *ruleKeyList) in DevMgrUeventMatchRule()
473 static bool DevMgrUeventMatchRules(struct DListHead *keyList, struct DListHead *ruleList) in DevMgrUeventMatchRules()
494 struct DListHead keyList; in DevMgrParseUevent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.h33 std::list<std::string> keyList; member
/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/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.cpp126 void HistoryInfoMgr::DeleteKey(const std::vector<std::string> &keyList) in DeleteKey()
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_adapter_impl.cpp79 int32_t IntellVoiceEngineAdapterImpl::GetParameter(const std::string &keyList, std::string &valueLi… in GetParameter()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp340 std::vector<Attributes::AttributeKey> keyList; in ProcessGetPropertyCommand() local
357 …rameworkExecutorCallback::FillPropertyToAttribute(const std::vector<Attributes::AttributeKey> &key… in FillPropertyToAttribute()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/
H A Dhks_compatibility_module_test.cpp489 static void FreeKeyInfoList(struct HksKeyInfo **keyList, uint32_t listCount) in FreeKeyInfoList()
506 …struct HksKeyInfo *keyList = (struct HksKeyInfo *)HksMalloc(sizeof(struct HksKeyInfo) * listCount); in BuildKeyInfoList() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp106 std::vector<std::string> keyList; variable
H A Dprint_cups_client_test.cpp614 std::vector<std::string> keyList; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_change_listener.h244 std::list<std::string> keyList; in transferKey() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp440 std::vector<std::string> keyList; in OnPrinterCapabilityQueried() local
H A Dprint_service_stub.cpp335 std::vector<std::string> keyList; in OnQueryPrinterProperties() local
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp37 const std::vector<std::string> keyList = {"deviceId", "manufacturer", "model", "deviceType", in CheckJsonObjectValue() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h164 …t32_t QueryPrinterProperties(const std::string &printerId, const std::vector<std::string> &keyList, in QueryPrinterProperties()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp320 std::vector<std::string> keyList; in OH_Print_QueryPrinterProperties() local
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp596 Json::Value::Members keyList = extrasJson.getMemberNames(); in ParseParametersFromJsonStr() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp273 std::vector<std::string> keyList; variable
689 std::vector<std::string> keyList; variable
1217 std::vector<std::string> keyList; variable
1236 std::vector<std::string> keyList; variable
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp956 std::vector std::stringundefined keyList = {"printerPreference"}; in TEST_F() local
964 std::vector std::stringundefined keyList = {"printerPreference"}; in TEST_F() local
972 std::vector std::stringundefined keyList = {"printerPreference"}; in TEST_F() local
980 std::vector std::stringundefined keyList = {"nonExistentKey"}; in TEST_F() local
988 std::vector std::stringundefined keyList = {"nonPrinterPreferenceKey"}; in TEST_F() local
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp523 std::vector<Attributes::AttributeKey> keyList = { in FuzzFillPropertyToAttribute() local
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp139 std::vector<std::string> keyList; in TestQueryPrinterAttrList() local
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_capture.c799 char *keyList = keyValueList; in HdiServiceCaptureGetExtraParams() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp2276 std::vector<std::string> keyList; variable
2487 std::vector<std::string> keyList; variable
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp349 const std::vector<std::string> &keyList, std::vector<std::string> &valueList) in QueryPrinterProperties()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1243 std::vector<std::string> keyList; variable

12