Searched refs:dataMsg (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_manager_event_handler.cpp | 54 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); in NotifyRegisterCallback() local 55 if (dataMsg == nullptr) { in NotifyRegisterCallback() 56 DHLOGE("dataMsg is null."); in NotifyRegisterCallback() 59 auto it = dataMsg->begin(); in NotifyRegisterCallback() 94 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); in NotifyUnregisterCallback() local 95 if (dataMsg == nullptr) { in NotifyUnregisterCallback() 96 DHLOGE("dataMsg is null."); in NotifyUnregisterCallback() 99 auto it = dataMsg->begin(); in NotifyUnregisterCallback() 123 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); in NotifyPrepareCallback() local 124 if (dataMsg in NotifyPrepareCallback() 150 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyUnprepareCallback() local 177 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyStartCallback() local 211 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyStopCallback() local 256 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyStartDhidCallback() local 283 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyStopDhidCallback() local 310 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyKeyStateCallback() local 340 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyStartServerCallback() local 363 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayPrepareCallback() local 389 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayUnprepareCallback() local 415 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayPrepareRemoteInput() local 455 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayUnprepareRemoteInput() local 491 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayStartDhidCallback() local 519 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayStopDhidCallback() local 547 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayStartTypeCallback() local 575 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); NotifyRelayStopTypeCallback() local [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/transport/ |
H A D | dh_transport_test.cpp | 86 char dataMsg[10] = "dataMsg"; in HWTEST_F() local 87 dhTransportTest_->OnBytesReceived(sessionId, dataMsg, dataLen); in HWTEST_F() 89 dhTransportTest_->OnBytesReceived(g_socketid, dataMsg, dataLen); in HWTEST_F() 95 dhTransportTest_->OnBytesReceived(sessionId, dataMsg, dataLen); in HWTEST_F() 98 dhTransportTest_->OnBytesReceived(sessionId, dataMsg, dataLen); in HWTEST_F() 99 dhTransportTest_->OnBytesReceived(g_socketid, dataMsg, dataLen); in HWTEST_F() 102 dhTransportTest_->OnBytesReceived(g_socketid, dataMsg, dataLen); in HWTEST_F() 104 dhTransportTest_->OnBytesReceived(g_socketid, dataMsg, dataLen); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_privacy.cpp | 302 std::shared_ptr<cJSON> dataMsg = event->GetSharedObject<cJSON>(); in ProcessStartPage() local 303 cJSON *innerMsg = cJSON_GetArrayItem(dataMsg.get(), 0); in ProcessStartPage() 328 std::shared_ptr<cJSON> dataMsg = event->GetSharedObject<cJSON>(); in ProcessStopPage() local 329 cJSON *innerMsg = cJSON_GetArrayItem(dataMsg.get(), 0); in ProcessStopPage()
|
/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/ |
H A D | distributed_input_transbase_test.cpp | 154 char dataMsg[10] = "dataMsg"; in HWTEST_F() local 155 DistributedInputTransportBase::GetInstance().OnBytesReceived(sessionId, dataMsg, dataLen); in HWTEST_F() 157 DistributedInputTransportBase::GetInstance().OnBytesReceived(sessionId, dataMsg, dataLen); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_node_manager.cpp | 209 std::shared_ptr<nlohmann::json> dataMsg = event->GetSharedObject<nlohmann::json>(); in ScanAllNode() local 210 if (dataMsg == nullptr) { in ScanAllNode() 211 DHLOGE("dataMsg is null."); in ScanAllNode() 214 auto it = dataMsg->begin(); in ScanAllNode()
|
Completed in 4 milliseconds