Home
last modified time | relevance | path

Searched refs:recvCmd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_common.c104 char recvCmd[WIFI_CMD_STR_LENGTH + 1] = {0}; in RpcGetCommonCmd() local
105 if (ReadStr(context, recvCmd, sizeof(recvCmd)) != 0) { in RpcGetCommonCmd()
108 WifiErrorNo err = SendComCmd(recvCmd); in RpcGetCommonCmd()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c236 static int32_t ProcRecvCmd(ExpandSubSessionImpl *impl, const CJson *recvCmd, CJson *sendCmdList) in ProcRecvCmd() argument
239 if (GetIntFromJson(recvCmd, FIELD_ID, &cmdType) != HC_SUCCESS) { in ProcRecvCmd()
243 CJson *recvCmdData = GetObjFromJson(recvCmd, FIELD_DATA); in ProcRecvCmd()