Home
last modified time | relevance | path

Searched defs:msg (Results 426 – 450 of 1298) sorted by relevance

1...<<11121314151617181920>>...52

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_inviting_state_test.cpp68 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_default_state.cpp35 bool P2pDefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dp2p_disabling_state.cpp39 bool P2pDisablingState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dinvitation_received_state.cpp41 bool InvitationReceivedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dinvitation_request_state.cpp49 bool InvitationRequestState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_state.h34 int32_t HandleMessage(const MsgInfo &msg) override in HandleMessage()
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_iexecutor_callback_fuzzer.h37 void OnMessage(int32_t destRole, const std::vector<uint8_t>& msg) override in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_iam_execute_iexecute_callback.h39 void OnMessage(int destRole, const std::vector<uint8_t> &msg) override in OnMessage()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H A Dspi_fuzzer.cpp39 static void SpiFuzzDoTest(DevHandle handle, struct SpiDevInfo *info, struct SpiMsg *msg, struct Spi… in SpiFuzzDoTest()
61 struct SpiMsg msg; in SpiFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dhot_area.cpp125 void HotArea::OnHotAreaMessage(HotAreaType msg, bool isEdge) in OnHotAreaMessage()
139 void HotArea::NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge) in NotifyHotAreaMessage()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dhot_area.cpp128 void HotArea::OnHotAreaMessage(HotAreaType msg, bool isEdge) in OnHotAreaMessage()
142 void HotArea::NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge) in NotifyHotAreaMessage()
H A Devent_manager.cpp122 CoordinationMessage msg { event.success ? in RemoteStartFinish() local
175 …CoordinationMessage msg = (event.normal ? CoordinationMessage::PREPARE : CoordinationMessage::UNPR… in OnProfileChanged() local
191 void EventManager::OnCooperateMessage(CoordinationMessage msg, const std::string &networkId) in OnCooperateMessage()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp73 struct CommFaultMsg msg{.userId = "user001", .appId = "myApp", .storeId = "storeTest"}; struct
116 struct DBFaultMsg msg {.appId = "MyApp", .storeId = "MyDatabase", struct
294 struct BehaviourMsg msg{.userId = "user008", .appId = "myApp08", .storeId = "storeTest08", struct
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp171 ChannelMsg msg; variable
205 ChannelMsg msg = { variable
237 ChannelMsg msg; variable
272 ChannelMsg msg; variable
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c162 __attribute__((weak)) int sha256_data_blk_update(uint32_t *iv, const void *msg, uint64_t len) in sha256_data_blk_update()
232 int hash_sha256_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_sha256_single()
295 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update()
348 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out… in hash_calc_do_final()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c29 struct SpungeMsg *msg = FILLP_NULL_PTR; in SpungePostMsg() local
77 struct SpungeSocketMsg *msg = (struct SpungeSocketMsg *)value; in SpungeHandleMsgAllocSock() local
803 struct SpungeEvtInfoMsg *msg = FILLP_NULL_PTR; in SpungeHandleMsgGetEvtInfo() local
844 struct SpungeHiEventCbMsg *msg = (struct SpungeHiEventCbMsg *)value; in SpungeHandleMsgSetHiEventCb() local
879 struct SpungeMsg *msg = (struct SpungeMsg *)DYMP_ITEM_DATA(item); in SpungeMsgCreatePoolCb() local
891 struct SpungeMsg *msg = (struct SpungeMsg *)DYMP_ITEM_DATA(item); in SpungeMsgDestroyPoolCb() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c109 static void TransProxyPipelineFreeMessage(SoftBusMessage *msg) in TransProxyPipelineFreeMessage()
203 struct SoftBusMessage *msg = (struct SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOpenChannel() local
330 struct SoftBusMessage *msg = (struct SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineCloseChannelDelay() local
383 struct SoftBusMessage *msg = (struct SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOnChannelOpened() local
452 struct SoftBusMessage *msg = (struct SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOnChannelOpenFailed() local
611 static void TransProxyPipelineHandleMessage(SoftBusMessage *msg) in TransProxyPipelineHandleMessage()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp49 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
87 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
102 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
140 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
613 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParameters() local
628 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
728 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParameters() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_hmac_helper.c62 int32_t HmacHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, struct H… in HmacHmac()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info_test.cpp161 uint8_t msg[WIFI_SSID_LEN] = {1, 2, 3, 4, 5}; variable
206 const uint8_t *msg = reinterpret_cast<const uint8_t *>(&tmpMsg); variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_msg.c61 void CanMsgGet(const struct CanMsg *msg) in CanMsgGet()
73 void CanMsgPut(const struct CanMsg *msg) in CanMsgPut()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp140 char msg[UEVENT_MSG_LEN + UEVENT_RESERVED_SIZE] = { 0 }; in UeventCallback() local
159 bool BatteryThread::IsPowerSupplyEvent(const char* msg) in IsPowerSupplyEvent()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c219 struct msghdr msg; in SockSendFrame() local
246 static int SocketMsgGetLen(const struct msghdr *msg) in SocketMsgGetLen()
460 struct msghdr *msg, FILLP_INT flags, FILLP_INT bufLen) in SockSendmsgDataToBufCache()
516 FILLP_INT SockSendmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockSendmsg()
561 struct msghdr msg; in SockRecv() local
670 struct msghdr *msg, FILLP_INT flags, FILLP_INT bufLen) in SockRecvmsgDataFromBufCache()
728 FILLP_INT SockRecvmsg(FILLP_INT sockIndex, struct msghdr *msg, FILLP_INT flags) in SockRecvmsg()
785 struct msghdr msg; in SockWritev() local
806 struct msghdr msg; in SockReadv() local
1692 struct SpungeEvtInfoMsg msg; in SockEventInfoGet() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/profiler/
H A Djs_profiler.py67 def output(msg, dest): argument
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.cpp100 void EventProcessorExample4::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback()

1...<<11121314151617181920>>...52