Home
last modified time | relevance | path

Searched defs:msg (Results 551 – 575 of 1298) sorted by relevance

1...<<21222324252627282930>>...52

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp56 char msg[0]; member
209 bool SocketDevice::IsValidMsg(char* msg, int32_t len) in IsValidMsg()
299 bool BBoxDevice::IsValidMsg(char* msg, int32_t len) in IsValidMsg()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c157 int32_t FormatTlvMsg(const Attribute *data, const KeyPair *keyPair, uint8_t *msg, uint32_t *msgSize) in FormatTlvMsg()
198 static Attribute *GetRootAttributeFromTlv(const uint8_t *msg, uint32_t msgSize) in GetRootAttributeFromTlv()
240 … uint64_t scheduleId, Attribute **data, const Buffer *pubKey, const uint8_t *msg, uint32_t msgSize) in VerifyAndGetDataAttribute()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c157 static int32_t RemoveLinkTimeout(const SoftBusMessage *msg, void *data) in RemoveLinkTimeout()
1114 static void LaneTriggerLink(SoftBusMessage *msg) in LaneTriggerLink()
1347 static void LaneLinkSuccess(SoftBusMessage *msg) in LaneLinkSuccess()
1444 static void LaneLinkFail(SoftBusMessage *msg) in LaneLinkFail()
1474 static void LaneStateChange(SoftBusMessage *msg) in LaneStateChange()
1546 static void HandleDelayDestroyLink(SoftBusMessage *msg) in HandleDelayDestroyLink()
1562 static void HandleDetectTimeout(SoftBusMessage *msg) in HandleDetectTimeout()
1569 static void HandleLinkTimeout(SoftBusMessage *msg) in HandleLinkTimeout()
1614 static void HandelNotifyFreeLaneResult(SoftBusMessage *msg) in HandelNotifyFreeLaneResult()
1623 static void MsgHandler(SoftBusMessage *msg) in MsgHandler()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_mock.cpp54 int32_t LnnSendSyncInfoMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, in LnnSendSyncInfoMsg()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp43 string msg; in WrapMessageWithExtraInfos() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
H A DXButton.js82 procTouch(msg, x, y) { argument
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusb_accessory_uevent_handle.c46 void UsbAccessoryUeventHandle(const char msg[], ssize_t rcvLen) in UsbAccessoryUeventHandle()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_pro/
H A Dwifi_pro_state_machine_test.cpp75 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/ohos5.0/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp110 std::string msg; in main() local
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_iverifier_executor_fuzzer.h45 …int32_t SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t>& msg) override in SendMessage()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2s/
H A Di2s_if.c135 struct I2sMsg msg = {0}; in I2sWrite() local
159 struct I2sMsg msg = {0}; in I2sRead() local
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.cpp163 std::string msg = IntellVoiceCommonNapi::GetMessageByCode(context->result_); in HandlePromise() local
181 std::string msg = IntellVoiceCommonNapi::GetMessageByCode(context->result_); in HandleAsyncCallback() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_api.c265 uint16_t AVCT_SendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AVCT_SendMsgReq()
300 uint16_t AvctSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AvctSendMsgReq()
466 uint16_t AVCT_BrSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AVCT_BrSendMsgReq()
501 uint16_t AvctBrSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AvctBrSendMsgReq()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp68 void OnCoordinationMessage(const std::string &networkId, CoordinationMessage msg) override in OnCoordinationMessage()
92 void OnHotAreaMessage(int32_t displayX, int32_t displayY, HotAreaType msg, bool isEdge) override in OnHotAreaMessage()
233 CoordinationMessage msg = CoordinationMessage::ACTIVATE_SUCCESS; variable
260 CoordinationMessage msg = CoordinationMessage::ACTIVATE_SUCCESS; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp30 void FormEventHandler::ProcessEvent(int64_t msg, int64_t eventId, int64_t delayTime) in ProcessEvent()
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c197 HdfTestMsg *msg = NULL; in HdfTestCaseProcess() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp56 void SqliteGlobalConfig::Log(const void *data, int err, const char *msg) in Log()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/transport/
H A Ddh_transport_obj.h47 std::string msg; member
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp32 std::string msg = ""; in TestFuncDump() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_battery_info.c61 static void OnReceiveBatteryInfo(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, u… in OnReceiveBatteryInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/softbusnegotiatemessage_fuzzer/
H A Dsoftbusnegotiatemessage_fuzzer.cpp55 SoftBus::NegotiateMessage msg; in SoftBusNegotiateMessageUnmarshallingFuzzTest() local
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Ddata_receiver_test.cpp66 … DataReceiver::EventCallback callback = [](std::shared_ptr<NetsysEventMessage> msg) { (void)msg; }; in __anon8da7be9f0202()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_request_handler.h43 std::u16string msg = u""; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c23 int32_t DeviceThreadMessageHandler(struct HdfMessageTask *task, struct HdfMessage *msg) in DeviceThreadMessageHandler()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/test/platform/i2c/
H A Di2c_adapter_dummy.c34 struct I2cMsg *msg = NULL; in EchoI2cMsgs() local

1...<<21222324252627282930>>...52