Home
last modified time | relevance | path

Searched defs:msg (Results 851 – 875 of 1298) sorted by relevance

1...<<31323334353637383940>>...52

/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp46 … int32_t OnMessage(uint64_t scheduleId, int32_t destRole, const std::vector<uint8_t>& msg) override in OnMessage()
515 std::vector<uint8_t> msg; in FuzzSendMessage() local
525 std::vector<uint8_t> msg; in FuzzGetLocalScheduleFromMessage() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp136 const AMSMessage *msg = msgQueue_.dequeue(); in GetMessage() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_qos/include/
H A Dlnn_lane_qos.h70 MsgStats msg; member
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_event.cpp115 for (auto msg : listenEventTable_) { in EraseListenEvent() local
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c356 struct I2cMsg *msg = NULL; in i2c_transfer() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp85 napi_value msg = nullptr; in SetBusinessError() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h109 InnerError(const std::string &msg) in InnerError()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp216 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor.cpp100 InternalMessagePtr msg = pStaStateMachine->CreateMessage(); in OnReportDisConnectReasonCallBack() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.h108 WifiHalCallbackMsg msg; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp163 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local
327 string msg = TestGetMsgPack(); variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp100 void JsUtils::ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type) in ThrowException()
123 napi_value JsUtils::ToError(napi_env env, int32_t code, const std::string &msg) in ToError()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c502 uint8_t **msg)
556 uint8_t *msg = NULL; local
891 …reateServiceMsgFrame(const char *moduleName, const char *deviceId, const uint8_t *msg, uint32_t ms…
1138 coap_resource_t *msg = local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp118 utility::Message msg(A2DP_MSG_PROFILE_DISCONNECTED, role_, &(btAddr)); in ProcessConnectStateMessage() local
164 void ObserverProfile::UpdateStateInformation(utility::Message &msg, int &state, in UpdateStateInformation()
225 utility::Message msg(A2DP_MSG_PROFILE_CODEC_CHANGE, role_, &(btAddr)); in OnCodecStateChanged() local
1073 utility::Message msg(event.what_, 0, &data); in ProcessEvent() local
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c110 static void OnSocketMessageReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLe… in OnSocketMessageReceived()
546 …sgDataToPendingList(uint32_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t ms… in PushMsgDataToPendingList()
731 void MessengerSendMsgTo(uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t… in MessengerSendMsgTo()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c67 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp295 uint8_t *msg = reinterpret_cast<uint8_t *>(&tmpMsg); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_ability_mgr_service.h214 const std::string& msg, const int64_t& resultCode, const std::string& bundleName) override in FinishUserTest()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp163 GsmSmsMessage msg; in SendSmsTest() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_client.cpp246 int RequestPrintTHilog(const char *msg, int length) in RequestPrintTHilog()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h115 InnerError(const std::string &msg) in InnerError()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_callback.cpp36 void AVScreenCaptureCallback::SendErrorCallback(int32_t errCode, const std::string &msg) in SendErrorCallback()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.h81 AppSpawnMsg *msg; member
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_device.c47 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h130 napi_value msg = nullptr; variable

1...<<31323334353637383940>>...52