Home
last modified time | relevance | path

Searched refs:replySize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_dcm_callback_handler.cpp192 uint32_t replySize = 0; in HksDcmCallback() local
202 replySize = packedBlob.size; in HksDcmCallback()
204 hksProxy->SendAsyncReply(response->errCode, replyData, replySize); in HksDcmCallback()
/ohos5.0/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_factory.h31 int8_t *replyData, uint32_t *replySize);
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c976 const int replySize = REPLY_SIZE; in WpaInterfaceP2pConnect() local
994 reply = (char *)malloc(replySize); in WpaInterfaceP2pConnect()
1251 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetPeer() local
1254 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetPeer()
1386 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetGroupCapability() local
1389 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetGroupCapability()
1447 const int replySize = P2P_LIST_REPLY_SIZE; in WpaInterfaceP2pListNetworks() local
1449 reply = (char *)malloc(replySize); in WpaInterfaceP2pListNetworks()
1602 const int replySize = REPLY_SIZE; in WpaInterfaceVendorExtProcessCmd() local
1603 reply = (char *)malloc(replySize); in WpaInterfaceVendorExtProcessCmd()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp574 auto replySize = reply.GetDataSize(); in SendReply() local
575 if (totalDBinderBufSize > 0 && replySize % BINDER_ALIGN_BYTES != 0) { in SendReply()
576 ZLOGI(LABEL, "not 8 bytes aligned(%{public}zu), padding it", replySize); in SendReply()