Home
last modified time | relevance | path

Searched refs:msgId (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Denroll_engine.cpp38 .msgId = INTELL_VOICE_ENGINE_MSG_INIT_DONE, in Init()
57 .msgId = INTELL_VOICE_ENGINE_MSG_COMMIT_ENROLL_COMPLETE, in SetParameter()
75 .msgId = INTELL_VOICE_ENGINE_MSG_ENROLL_COMPLETE, in Start()
H A Dwakeup_engine.cpp38 .msgId = INTELL_VOICE_ENGINE_MSG_INIT_DONE, in Init()
54 .msgId = INTELL_VOICE_ENGINE_MSG_RECOGNIZE_COMPLETE, in Start()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h76 Attribute *GetAttributeDataBase(uint64_t scheduleId, RemotePinMsgId msgId);
80 int32_t CheckAttributeDataBase(const Attribute *data, uint64_t scheduleId, RemotePinMsgId msgId, uint64_t *timeStamp);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c76 Attribute *GetAttributeDataBase(uint64_t scheduleId, RemotePinMsgId msgId) in GetAttributeDataBase() argument
88 if (msgId != REMOTE_PIN_MSG_NONE) { in GetAttributeDataBase()
96 result = SetAttributeUint32(attribute, PIN_ATTR_MSG_ID, msgId); in GetAttributeDataBase()
292 int32_t CheckAttributeDataBase(const Attribute *data, uint64_t scheduleId, RemotePinMsgId msgId, uint64_t *timeStamp) in CheckAttributeDataBase() argument
310 if (dataMsgId != msgId) { in CheckAttributeDataBase()
311 LOG_ERROR("data msgId:%{public}u not match current msgId:%{public}u", dataMsgId, msgId); in CheckAttributeDataBase()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp1002 chanInfo.msgId = 5; in HWTEST_F()

Completed in 5 milliseconds