Home
last modified time | relevance | path

Searched defs:retMsg (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/utils/src/
Dattribute.c293 ResultCode GetAttributeSerializedMsg(const Attribute *attributePublic, Uint8Array *retMsg) in GetAttributeSerializedMsg()
502 ResultCode GetMultiDataSerializedMsg(Uint8Array *sourceArrayMsg, uint32_t size, Uint8Array *retMsg) in GetMultiDataSerializedMsg()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
Dexecutor_message.c116 ResultCode GetAttributeExecutorMsg(const Attribute *attribute, Uint8Array *retMsg, SignParam signPa… in GetAttributeExecutorMsg()
1082 ResultCode GetExecutorInfoMsg(ExecutorInfoHal *executorInfo, Uint8Array *retMsg) in GetExecutorInfoMsg()
/drivers/peripheral/user_auth/test/unittest/attribute_test/
Dattribute_test.cpp433 Uint8Array retMsg = { nullptr, 0 }; variable
/drivers/peripheral/pin_auth/hdi_service/common/src/
Dattribute.c274 ResultCode GetAttributeSerializedMsg(const Attribute *attributePublic, Uint8Array *retMsg) in GetAttributeSerializedMsg()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_p2p_cmd.c1347 struct HdiWpaKeyValue retMsg = {{0}, {0}}; in WpaInterfaceP2pGetPeer() local
1424 struct HdiWpaKeyValue retMsg = {{0}, {0}}; in WpaInterfaceP2pGetGroupCapability() local
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp400 Uint8Array publicKey, HdiScheduleInfo &info, Uint8Array *retMsg) in GetAuthExecutorMsg()