Home
last modified time | relevance | path

Searched defs:msgLen (Results 1 – 25 of 41) sorted by relevance

12

/foundation/communication/dsoftbus/core/bus_center/extend/src/
Dbus_center_ex_obj.cpp108 int32_t BusCenterExObj::SetPreLinkParam(const void *msg, const uint32_t msgLen) in SetPreLinkParam()
127 int32_t BusCenterExObj::GetPreLinkParam(void *msg, uint32_t *msgLen) in GetPreLinkParam()
Dbus_center_ex_obj_proxy.cpp43 int32_t BusCenterExObjProxy::SetPreLinkParam(const void *msg, const uint32_t msgLen) in SetPreLinkParam()
48 int32_t BusCenterExObjProxy::GetPreLinkParam(void *msg, uint32_t *msgLen) in GetPreLinkParam()
/foundation/distributedhardware/device_manager/test/softbusunittest/
DUTTest_softbus_listener_two.cpp66 const uint32_t msgLen = 100; variable
106 uint32_t msgLen = strlen(msg); variable
DUTTest_softbus_listener.cpp1195 const uint32_t msgLen = 100; variable
1369 uint32_t msgLen = static_cast<uint32_t>(strMsg.length()); variable
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
Dlnn_bus_center_ipc.c153 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip()
201 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
Davctp_ctrl_act.c319 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctCbCtrlSendMsg() local
446 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctSendFraMsg() local
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
Djs_component_test_utils.cpp103 size_t msgLen = GetParamLen(env, arg) + 1; in CheckAndParseStr() local
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
Dbus_center_event_test.cpp647 uint32_t msgLen = 0; variable
660 uint32_t msgLen = 0; variable
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
Dcoap_def.h57 uint16_t msgLen; member
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistener_fuzzer/
Dsoftbus_listener_fuzzer.cpp131 uint32_t msgLen = static_cast<uint32_t>(strMsg.length()); in SoftBusListenerFirstFuzzTest() local
285 uint32_t msgLen = 0; in SoftBusListenerForthFuzzTest() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
Dbus_center_server_proxy_test.cpp322 uint32_t msgLen = 123; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dpicture_handle_service.cpp47 uint32_t msgLen = 0; in OpenPicture() local
/foundation/communication/dsoftbus/core/bus_center/service/src/
Dbus_center_event.c123 uint32_t msgLen = (uint32_t)msg->arg2; in HandleDeviceTrustedChangedMessage() local
322 …otifyDeviceTrustedChangeMessage(int32_t what, int32_t type, const char *notifyMsg, uint32_t msgLen) in PostNotifyDeviceTrustedChangeMessage()
570 void LnnNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnNotifyDeviceTrustedChange()
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
Dlnn_bus_center_ipc.c371 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip()
464 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
Dbus_center_server_proxy.c165 int32_t ServerIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in ServerIpcSyncTrustedRelationShip()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
Dif_softbus_server.cpp120 …32_t ISoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip()
/foundation/multimedia/media_library/frameworks/js/src/
Dpicture_handle_client.cpp84 uint32_t msgLen = *((uint32_t*)msgLenAddr); in ReadPicture() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
Dcoap_discover.c578 … uint16_t msgLen = GetUnitInfo(frame + len, frameLen - len, msgPtr, frameLen - len, COAP_MSG_TYPE); local
602 uint16_t msgLen; local
942 …eServiceMsgFrame(const char *moduleName, const char *deviceId, const uint8_t *msg, uint32_t msgLen,
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
Dbus_center_client_proxy.cpp125 int32_t ClinetNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in ClinetNotifyDeviceTrustedChange()
Dlnn_bus_center_ipc.cpp644 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip()
725 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange()
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
Dhb_strategy_mock.cpp200 void LnnNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnNotifyDeviceTrustedChange()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_transfer.c75 uint32_t msgLen = sizeof(message) / sizeof(message[0]); in GetSendStateMessage() local
98 uint32_t msgLen = sizeof(message) / sizeof(message[0]); in GetReceiveStateMessage() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_connection_fsm_mock.cpp170 void LnnNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnNotifyDeviceTrustedChange()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
Dif_softbus_client.cpp118 …ent::OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) in OnNodeDeviceTrustedChange()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
Dbus_center_server_proxy.cpp341 int32_t ServerIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in ServerIpcSyncTrustedRelationShip()

12