Home
last modified time | relevance | path

Searched defs:msg (Results 201 – 225 of 1298) sorted by relevance

12345678910>>...52

/ohos5.0/foundation/communication/netstack/utils/tlv_utils/src/
H A Dtlv_utils.cpp103 auto *msg = const_cast<uint8_t *>(buff); in Deserialize() local
122 uint32_t TlvUtils::GenerateTlv(DfxMessage &msg, TlvCommon *tlvs, uint32_t *tlvCount) in GenerateTlv()
157 uint32_t TlvUtils::Parse(DfxMessage &msg, TlvCommon *tlvs, uint32_t tlvCount) in Parse()
195 uint32_t TlvUtils::Encode(DfxMessage &msg, void *data, uint32_t &dataSize) in Encode()
224 uint32_t TlvUtils::Decode(DfxMessage &msg, void *data, uint32_t dataSize) in Decode()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_test.c199 static int32_t SpiDoTransferTest(struct SpiTester *tester, struct SpiCfg *cfg, struct SpiMsg *msg) in SpiDoTransferTest()
239 struct SpiMsg msg; in SpiTransferTest() local
319 static int32_t SpiSetDmaIntMsg(struct SpiMsg *msg, uint32_t len) in SpiSetDmaIntMsg()
351 static void SpiUnsetDmaIntMsg(struct SpiMsg *msg) in SpiUnsetDmaIntMsg()
364 struct SpiMsg msg; in SpiDmaTransferTest() local
402 struct SpiMsg msg; in SpiIntTransferTest() local
437 struct SpiMsg msg = {0}; in SpiReliabilityTest() local
H A Dcan_test.c65 static void CanMsgInitByParms(struct CanMsg *msg, uint32_t id, uint32_t ide, uint32_t rtr, uint8_t … in CanMsgInitByParms()
198 static bool CanBusCanNotReadMsg(DevHandle handle, struct CanMsg *msg) in CanBusCanNotReadMsg()
206 static bool CanBusCanReadMsg(DevHandle handle, struct CanMsg *msg) in CanBusCanReadMsg()
214 static bool CanBusCanSendAndReadMsg(DevHandle handle, struct CanMsg *msg) in CanBusCanSendAndReadMsg()
228 struct CanMsg msg; in CanTestNoBlockRead() local
235 struct CanMsg msg; in CanTestBlockRead() local
331 struct CanMsg msg; in CanTestReaderFunc() local
407 struct CanMsg msg; in CanTestReliability() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_msg.cpp40 void NetlinkMsg::AddRoute(uint16_t action, struct rtmsg msg) in AddRoute()
50 void NetlinkMsg::AddRule(uint16_t action, struct fib_rule_hdr msg) in AddRule()
61 void NetlinkMsg::AddAddress(uint16_t action, struct ifaddrmsg msg) in AddAddress()
H A Dnetlink_socket_diag.cpp88 int32_t NetLinkSocketDiag::ExecuteDestroySocket(uint8_t proto, const inet_diag_msg *msg) in ExecuteDestroySocket()
135 bool NetLinkSocketDiag::IsLoopbackSocket(const inet_diag_msg *msg) in IsLoopbackSocket()
151 bool NetLinkSocketDiag::IsMatchNetwork(const inet_diag_msg *msg, const std::string &ipAddr) in IsMatchNetwork()
199 const auto *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); in ProcessSockDiagDumpResponse() local
233 void NetLinkSocketDiag::SockDiagDumpCallback(uint8_t proto, const inet_diag_msg *msg, const std::st… in SockDiagDumpCallback()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_test_observer_stub.cpp30 void MockTestObserverStub::TestStatus(const std::string& msg, const int64_t& resultCode) in TestStatus()
37 void MockTestObserverStub::TestFinished(const std::string& msg, const int64_t& resultCode) in TestFinished()
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/sysevent/
H A Dsysevent.cpp24 std::string msg = ss.str(); in TaskTimeoutReport() local
37 …std::string msg = "report time: " + std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_ti… in WorkerEscapeReport() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher_lite.cpp101 int WifiInternalEventDispatcher::AddBroadCastMsg(const WifiEventCallbackMsg &msg) in AddBroadCastMsg()
125 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealStaCallbackMsg()
180 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealScanCallbackMsg()
272 WifiEventCallbackMsg msg = instance.mEventQue.front(); in Run() local
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp79 std::string msg = "testBoost"; variable
115 std::string msg = "testBoost"; variable
160 std::string msg = "testBoost"; variable
183 std::string msg = ""; variable
211 std::string msg = "test"; variable
401 std::string msg = ""; variable
434 void PerfRequest(int32_t cmdId, const std::string& msg) override {} in PerfRequest()
436 void PowerLimitBoost(bool onOffTag, const std::string& msg) override {} in PowerLimitBoost()
437 void ThermalLimitBoost(bool onOffTag, const std::string& msg) override {} in ThermalLimitBoost()
440 void SetRequestStatus(bool status, const std::string& msg) override {}; in SetRequestStatus()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c179 static void TransProxyLoopMsgHandler(SoftBusMessage *msg) in TransProxyLoopMsgHandler()
229 void TransProxyFreeLoopMsg(SoftBusMessage *msg) in TransProxyFreeLoopMsg()
241 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyCreateLoopMsg() local
265 SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_RESETPEER_MSG, 0, 0, (char *)chan); in TransProxyPostResetPeerMsgToLoop() local
284 SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_HANDSHAKE_MSG, 0, 0, (char *)chanIdMsg); in TransProxyPostHandshakeMsgToLoop() local
294 …SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_DISCONNECT_MSG, isServer, connId, (char *)chan); in TransProxyPostDisConnectMsgToLoop() local
309 SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_KEEPALIVE_MSG, 0, 0, (char *)chan); in TransProxyPostKeepAliveMsgToLoop() local
326 SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_OPENFAIL_MSG, errCode, 0, (char *)chan); in TransProxyPostOpenFailMsgToLoop() local
343 SoftBusMessage *msg = TransProxyCreateLoopMsg(LOOP_OPENCLOSE_MSG, 0, 0, (char *)chan); in TransProxyPostOpenClosedMsgToLoop() local
834 static int32_t TransProxySendBadKeyMessage(ProxyMessage *msg, const AuthHandle *authHandle) in TransProxySendBadKeyMessage()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp119 bool WifiControllerMachine::DisableState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
185 bool WifiControllerMachine::EnableState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
238 bool WifiControllerMachine::EnableState::HandleApMsg(InternalMessagePtr msg) in HandleApMsg()
285 bool WifiControllerMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
504 bool WifiControllerMachine::ShouldDisableWifi(InternalMessagePtr msg) in ShouldDisableWifi()
772 …id WifiControllerMachine::EnableState::HandleWifiToggleChangeInEnabledState(InternalMessagePtr msg) in HandleWifiToggleChangeInEnabledState()
879 void WifiControllerMachine::EnableState::HandleStaRemoved(InternalMessagePtr msg) in HandleStaRemoved()
894 void WifiControllerMachine::EnableState::HandleWifi2Removed(InternalMessagePtr msg) in HandleWifi2Removed()
899 void WifiControllerMachine::EnableState::HandleConcreteClientRemoved(InternalMessagePtr msg) in HandleConcreteClientRemoved()
960 void WifiControllerMachine::EnableState::HandleApRemoved(InternalMessagePtr msg) in HandleApRemoved()
[all …]
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c38 static int32_t SendVibratorMsg(uint32_t cmd, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendVibratorMsg()
157 struct HdfSBuf *msg = HdfSbufObtainDefaultSize(); in EnableVibratorModulation() local
201 struct HdfSBuf *msg = HdfSbufObtainDefaultSize(); in StartOnce() local
237 struct HdfSBuf *msg = HdfSbufObtainDefaultSize(); in Start() local
287 struct HdfSBuf *msg = HdfSbufObtainDefaultSize(); in Stop() local
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp64 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10202()
98 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10302()
132 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10402()
166 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10502()
308 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10602()
338 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10702()
383 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10802()
412 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10902()
434 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon43aa4ae10a02()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c27 int32_t TransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TransAuthChannelMsgPack()
62 int32_t TransAuthChannelMsgUnpack(const char *msg, AppInfo *appInfo, int32_t len) in TransAuthChannelMsgUnpack()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.cpp34 napi_value msg = nullptr; in GenerateBusinessError() local
110 string msg; in GetNapiErr() local
123 napi_value msg = NapiValue::CreateUTF8String(env, errMsg).val_; in GetNapiErr() local
137 string msg; in ThrowErr() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp33 napi_value msg = nullptr; in GenerateBusinessError() local
105 string msg; in GetNapiErr() local
119 napi_value msg = NVal::CreateUTF8String(env, errMsg).val_; in GetNapiErr() local
133 string msg; in ThrowErr() local
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_service.c87 static int SendResponseMsg(ParamTaskPtr worker, const ParamMessage *msg, int result) in SendResponseMsg()
105 ParamMessage *msg = (ParamMessage *)CreateParamMessage(MSG_NOTIFY_PARAM, "*", msgSize); in SendWatcherNotifyMessage() local
161 static int HandleParamSet(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamSet()
234 static int HandleParamWaitAdd(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWaitAdd()
287 static int HandleParamWatcherAdd(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWatcherAdd()
307 static int HandleParamWatcherDel(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWatcherDel()
315 static int HandleParamSave(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamSave()
333 PARAM_STATIC int ProcessMessage(const ParamTaskPtr worker, const ParamMessage *msg) in ProcessMessage()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp95 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetCallback()
105 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in Configure()
113 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetCustomBuffer()
122 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetOutputSurface()
176 std::function<void(ParamSP)> proc = [&](ParamSP msg) { in SetParameter()
330 ParamSP msg = make_shared<ParamBundle>(); in EventHandler() local
345 ParamSP msg = make_shared<ParamBundle>(); in EmptyBufferDone() local
358 ParamSP msg = make_shared<ParamBundle>(); in FillBufferDone() local
1215 ParamSP msg = make_shared<ParamBundle>(); in DoSyncCallAndGetReply() local
1244 void HCodec::ReplyToSyncMsgLater(const MsgInfo& msg) in ReplyToSyncMsgLater()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_exception.h41 DfsuException(int code, const std::string &msg) : code_(code), msg_(msg) {}; in DfsuException()
58 #define ThrowException(code, msg) \ argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp75 auto msg = std::make_unique<char[]>(UEVENT_MSG_LEN + 1); in RecvUeventMsg() local
101 int32_t msg = 0; in ReadMsg() local
193 int32_t msg = 0; in StopListener() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp155 void AvrcCtStateMachineManager::SendMessageToAllControlStateMachine(const utility::Message &msg) in SendMessageToAllControlStateMachine()
186 void AvrcCtStateMachineManager::SendMessageToAllBrowseStateMachine(const utility::Message &msg) in SendMessageToAllBrowseStateMachine()
442 bool AvrcCtStateMachineManager::StateMachine::CtConnecting::Dispatch(const utility::Message &msg) in Dispatch()
484 bool AvrcCtStateMachineManager::StateMachine::CtConnected::Dispatch(const utility::Message &msg) in Dispatch()
575 bool AvrcCtStateMachineManager::StateMachine::CtDisconnecting::Dispatch(const utility::Message &msg) in Dispatch()
611 bool AvrcCtStateMachineManager::StateMachine::CtPending::Dispatch(const utility::Message &msg) in Dispatch()
650 bool AvrcCtStateMachineManager::StateMachine::CtContinuation::Dispatch(const utility::Message &msg) in Dispatch()
702 bool AvrcCtStateMachineManager::StateMachine::CtDisable::Dispatch(const utility::Message &msg) in Dispatch()
747 bool AvrcCtStateMachineManager::StateMachine::BrConnecting::Dispatch(const utility::Message &msg) in Dispatch()
789 bool AvrcCtStateMachineManager::StateMachine::BrConnected::Dispatch(const utility::Message &msg) in Dispatch()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics_virtual.cpp18 void InstRegister(SoftBusMessage *msg) in InstRegister()
/ohos5.0/build/rust/tests/test_dylib_crate/src/
H A Dmain.rs24 let msg: RustLogMessage = RustLogMessage { in main() localVariable
/ohos5.0/build/rust/tests/test_rlib_crate/src/
H A Dmain.rs24 let msg: RustLogMessage = RustLogMessage { in main() localVariable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_serial_queue_test/
H A Dfms_form_serial_queue_test.cpp81 int64_t msg = 1; variable
98 int64_t msg = 1; variable

12345678910>>...52