| /drivers/hdf_core/framework/support/platform/test/fuzztest/i2c_fuzzer/ |
| H A D | i2c_fuzzer.cpp | 29 struct I2cMsg msg; in I2cFuzzTest() local [all...] |
| /drivers/hdf_core/framework/support/platform/test/unittest/common/ |
| H A D | hdf_emmc_test.cpp | 71 struct HdfTestMsg msg = {TEST_PAL_EMMC_TYPE, EMMC_GET_CID_01, -1}; in HWTEST_F() local
|
| H A D | hdf_sdio_test.cpp | 65 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_DISABLE_FUNC_01, -1}; in HWTEST_F() local 77 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_ENABLE_FUNC_01, -1}; in HWTEST_F() local 89 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_SET_BLOCK_SIZE_01, -1}; in HWTEST_F() local 101 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_INCR_ADDR_READ_AND_WRITE_BYTES_01, -1}; in HWTEST_F() local 113 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_FIXED_ADDR_READ_AND_WRITE_BYTES_01, -1}; in HWTEST_F() local 125 struct HdfTestMsg msg = { TEST_PAL_SDIO_TYPE, SDIO_FUNC0_READ_AND_WRITE_BYTES_01, -1}; HWTEST_F() local 137 struct HdfTestMsg msg = {TEST_PAL_SDIO_TYPE, SDIO_SET_AND_GET_COMMON_INFO_01, -1}; HWTEST_F() local [all...] |
| /drivers/hdf_core/framework/utils/src/ |
| H A D | hdf_message_task.c | 36 int32_t HdfMessageTaskSendMessage(struct HdfMessageTask *task, struct HdfMessage *msg, bool sync) in HdfMessageTaskSendMessage() argument 41 void HdfMessageTaskDispatchMessage(struct HdfMessageTask *task, struct HdfMessage *msg) in HdfMessageTaskDispatchMessage() argument 14 HdfMessageTaskSendMessageLater( struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) HdfMessageTaskSendMessageLater() argument [all...] |
| /drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
| H A D | executor_message.h | 46 Buffer *msg; member
|
| /foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
| H A D | inter_ipc_sub_stub.cpp | 34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
| H A D | inter_ipc_proxy.cpp | 66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
| H A D | inter_ipc_client_stub.cpp | 65 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 D | udp_client_demo.cpp | 41 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 D | wfd_source_session_test.cpp | 125 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 D | wfd_sink_session_test.cpp | 59 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 D | test_observer_stub.cpp | 39 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 D | fms_form_serial_queue_test.cpp | 81 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 D | form_event_handler.cpp | 30 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 D | domain_rpc_service_proxy.cpp | 65 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 D | state_machine.cpp | 31 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 D | wfd_rtp_producer_test.cpp | 247 auto msg = std::make_shared<WfdProducerEventMsg>(); in HWTEST_F() local
|
| H A D | wfd_rtp_consumer_test.cpp | 71 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 D | state_machine.cpp | 31 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 D | app_exception_manager.cpp | 30 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 D | mock_test_observer_stub.cpp | 30 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 D | wfd_screen_capture_test.cpp | 125 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 D | app_exception_handler.cpp | 74 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 D | bundle_status_callback_proxy.cpp | 213 std::string msg = ""; in OnBundleStateChanged() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | sys_state_machine.cpp | 59 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...] |