Home
last modified time | relevance | path

Searched defs:msg (Results 251 - 275 of 6911) sorted by relevance

1...<<11121314151617181920>>...277

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_app.h43 HI_U32 msg; /* message type */ member
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_sub_stub.cpp34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
H A Dinter_ipc_proxy.cpp66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
H A Dinter_ipc_client_stub.cpp65 int32_t InterIpcClientStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_client_demo.cpp41 std::string msg = "tcp/udp client send message.index=" + std::to_string(index++); in do_cli() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/
H A Dwfd_source_session_test.cpp125 auto msg = std::make_shared<EventMsg>(); in HWTEST_F() local
139 auto msg = std::make_shared<EventMsg>(); in HWTEST_F() local
153 auto msg = std::make_shared<EventMsg>(); in HWTEST_F() local
167 auto msg in HWTEST_F() local
181 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
191 auto msg = std::make_shared<WfdSourceSessionEventMsg>(); HWTEST_F() local
206 auto msg = std::make_shared<WfdSourceSessionEventMsg>(); HWTEST_F() local
218 auto msg = std::make_shared<WfdSourceSessionEventMsg>(); HWTEST_F() local
230 auto msg = std::make_shared<WfdSourceSessionEventMsg>(); HWTEST_F() local
[all...]
H A Dwfd_sink_session_test.cpp59 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); in HWTEST_F() local
73 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); in HWTEST_F() local
90 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); in HWTEST_F() local
107 auto msg in HWTEST_F() local
126 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); HWTEST_F() local
142 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); HWTEST_F() local
157 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); HWTEST_F() local
176 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); HWTEST_F() local
196 auto msg = std::make_shared<WfdSinkSessionEventMsg>(); HWTEST_F() local
213 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
228 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
244 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
257 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
275 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
294 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
310 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
325 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
339 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
353 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
367 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
384 auto msg = std::make_shared<EventMsg>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer_stub.cpp39 std::string msg = data.ReadString(); in OnRemoteRequest() local
45 std::string msg = data.ReadString(); in OnRemoteRequest() local
/foundation/ability/form_fwk/test/unittest/fms_form_serial_queue_test/
H A Dfms_form_serial_queue_test.cpp81 int64_t msg = 1; in HWTEST_F() local
98 int64_t msg = 1; in HWTEST_F() local
/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() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_proxy.cpp65 int32_t DomainRpcServiceProxy::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dstate_machine.cpp31 void StateMachine::HandleMessage(const Message &msg) in HandleMessage() argument
79 void StateMachine::DeferMessage(const Message &msg) in DeferMessage() argument
87 const Message msg = deferredQueue_.front(); in ProcessDeferredMessages() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/
H A Dwfd_rtp_producer_test.cpp247 auto msg = std::make_shared<WfdProducerEventMsg>(); in HWTEST_F() local
H A Dwfd_rtp_consumer_test.cpp71 auto msg = std::make_shared<WfdConsumerEventMsg>(); in HWTEST_F() local
86 auto msg = std::make_shared<WfdConsumerEventMsg>(); in HWTEST_F() local
105 auto msg = std::make_shared<WfdConsumerEventMsg>(); in HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dstate_machine.cpp31 void StateMachine::HandleMessage(const Message &msg) in HandleMessage() argument
79 void StateMachine::DeferMessage(const Message &msg) in DeferMessage() argument
87 const Message msg = deferredQueue_.front(); in ProcessDeferredMessages() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_exception_manager.cpp30 void AppExceptionManager::LaunchAbilityFailed(sptr<IRemoteObject> token, const std::string &msg) in LaunchAbilityFailed() argument
37 void AppExceptionManager::ForegroundAppFailed(sptr<IRemoteObject> token, const std::string &msg) in ForegroundAppFailed() argument
44 void AppExceptionManager::ForegroundAppWait(sptr<IRemoteObject> token, const std::string &msg) in ForegroundAppWait() argument
/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() argument
37 void MockTestObserverStub::TestFinished(const std::string& msg, const int64_t& resultCode) in TestFinished() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/screen_capture/
H A Dwfd_screen_capture_test.cpp125 auto msg = std::make_shared<ScreenCaptureConsumerEventMsg>(); in HWTEST_F() local
137 auto msg = std::make_shared<ScreenCaptureConsumerEventMsg>(); in HWTEST_F() local
154 auto msg in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exception_handler.cpp74 void AppExceptionHandler::AbilityForegroundFailed(sptr<IRemoteObject> token, const std::string &msg) in AbilityForegroundFailed() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_proxy.cpp213 std::string msg = ""; in OnBundleStateChanged() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.cpp59 bool SysStoppedState::Dispatch(const utility::Message &msg) in Dispatch() argument
77 bool SysStartedState::Dispatch(const utility::Message &msg) in Dispatch() argument
112 bool SysStoppingState::Dispatch(const utility::Message &msg) in Dispatch() argument
143 Dispatch(const utility::Message &msg) Dispatch() argument
184 Dispatch(const utility::Message &msg) Dispatch() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp24 bool A2dpDisconnected::Dispatch(const utility::Message &msg) in Dispatch() argument
59 bool A2dpDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() argument
73 bool A2dpConnected::Dispatch(const utility::Message &msg) in Dispatch() argument
145 Dispatch(const utility::Message &msg) Dispatch() argument
[all...]
/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_distributed_data_manager.h52 std::string msg = std::string(static_cast<const char*>(data), dataLen); variable
61 std::string msg = std::string(static_cast<const char*>(data), dataLen); variable
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.h27 MsgInfo *msg; member
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinjection_event_dispatch.h50 bool RegisterInjectEvent(InjectFunctionMap &msg) in RegisterInjectEvent() argument

Completed in 11 milliseconds

1...<<11121314151617181920>>...277