Home
last modified time | relevance | path

Searched defs:msgLen (Results 26 - 50 of 59) sorted by relevance

123

/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp79 uint32_t msgLen = *((uint32_t*)msgLenAddr); in ReadPicture() local
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c568 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp309 int32_t ServerIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in ServerIpcSyncTrustedRelationShip() argument
H A Dbus_center_server_proxy_standard.cpp1025 int32_t BusCenterServerProxy::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c139 int32_t ServerIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in ServerIpcSyncTrustedRelationShip() argument
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp119 int32_t ISoftBusClient::OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) in OnNodeDeviceTrustedChange() argument
H A Dsoftbus_client_stub.cpp531 uint32_t msgLen = 0; in OnNodeDeviceTrustedChangeInner() local
731 OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) OnNodeDeviceTrustedChange() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp399 OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) OnNodeDeviceTrustedChange() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c155 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip() argument
203 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange() argument
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp782 const uint32_t msgLen = 100; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c320 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctCbCtrlSendMsg() local
443 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctSendFraMsg() local
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c54 uint32_t msgLen; member
105 static void OnSessionMessageReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in OnSessionMessageReceived() argument
406 static void PushMsgDataToPendingList(uint32_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in PushMsgDataToPendingList() argument
459 MessengerSendMsgTo(uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) MessengerSendMsgTo() argument
[all...]
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h124 uint32_t msgLen; member
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeProcess.c63 size_t msgLen = strlen(message); in die() local
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c55 uint32_t msgLen; member
110 static void OnSocketMessageReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in OnSocketMessageReceived() argument
546 static void PushMsgDataToPendingList(uint32_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in PushMsgDataToPendingList() argument
731 MessengerSendMsgTo(uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) MessengerSendMsgTo() argument
[all...]
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp67 uint32_t msgLen; member
1867 uint32_t msgLen = 2; in HWTEST_F() local
1886 uint32_t msgLen = 3; in HWTEST_F() local
1893 uint32_t msgLen = 0; in HWTEST_F() local
1900 uint32_t msgLen = (81920 * 4) + 1; in HWTEST_F() local
[all...]
/base/startup/init/test/systest/
H A Dloop_systest.h112 uint32_t msgLen; member
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c770 int32_t ServerIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in ServerIpcSyncTrustedRelationShip() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c373 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip() argument
462 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange() argument
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp304 int32_t SoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() argument
H A Dsoftbus_server_stub.cpp1600 uint32_t msgLen = data.ReadUint32(); in SyncTrustedRelationShipInner() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDebugTests.cpp790 int msgLen = 0; in expectMessage() local
[all...]
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp617 int AppSpawnTestHelper::CreateSendMsg(std::vector<uint8_t> &buffer, uint32_t msgType, uint32_t &msgLen, in CreateSendMsg() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Doh_remote_control_event.h159 uint16_t msgLen; member
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1034 int32_t SyncTrustedRelationShipInner(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShipInner() argument
1270 int32_t LnnOnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) in LnnOnNodeDeviceTrustedChange() argument

Completed in 31 milliseconds

123