Home
last modified time | relevance | path

Searched defs:eventContent (Results 1 - 25 of 27) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_event_cmd.cpp97 cJSON *eventContent = cJSON_GetObjectItemCaseSensitive(valueJson, "EventContent"); in Unmarshal() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/servicesink/src/
H A Ddaudio_sink_service_test.cpp128 std::string eventContent = "OPEN_MIC"; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager_test.cpp261 std::string eventContent = "eventContent111"; in HWTEST_F() local
281 std::string eventContent = "eventContent111"; in HWTEST_F() local
334 std::string eventContent = "{\"width\":\"width000\",\"errCode\":0}"; in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_proxy.cpp139 void DScreenSinkProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_proxy.cpp119 DAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType, const std::string &eventContent) DAudioNotify() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_source_proxy.cpp150 DAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType, const std::string &eventContent) DAudioNotify() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosinktest/src/
H A Ddaudio_sink_proxy_test.cpp82 const std::string eventContent = "eventContent"; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_manager_test.cpp87 const std::string eventContent = "eventContent"; in HWTEST_F() local
H A Ddaudio_sink_dev_test.cpp652 std::string eventContent = "eventContent"; in HWTEST_F() local
686 std::string eventContent = "{\"dhId\":\"1\"}"; in HWTEST_F() local
723 std::string eventContent = "{\"dhId\":\"dhId\",\"audioParam\":\"audioParam\"}"; in HWTEST_F() local
771 std::string eventContent = "{\"dhId\":\"1\"}"; in HWTEST_F() local
816 std::string eventContent in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp176 void DScreenSourceProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub.cpp133 std::string eventContent = data.ReadString(); in DScreenNotifyInner() local
H A Ddscreen_sink_service.cpp116 void DScreenSinkService::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp81 std::string eventContent = "eventContent"; in HWTEST_F() local
123 const std::string eventContent = "sourceEvent"; in HWTEST_F() local
140 const std::string eventContent = "{\\"dhId\\":\\"SCREEN#0\\", \\"mapRelation\\":{\\"displayId\\":0, \\ HWTEST_F() local
161 const std::string eventContent = "{\\"dhIds\\":\\"SCREEN#0\\", \\"mapRelations\\":{\\"displayIds\\":0, \\ HWTEST_F() local
181 const std::string eventContent = "{\\"dhIds\\"\\"SCREEN#0\\", \\"mapRelations\\":{\\"displayIds\\":0, \\ HWTEST_F() local
201 const std::string eventContent = "{\\"dhId\\":\\"SCREEN#0\\", \\"mapRelation\\":{\\"displayId\\":0, \\ HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub_test.cpp181 std::string eventContent = "eventContent000"; in HWTEST_F() local
202 std::string eventContent = ""; in HWTEST_F() local
224 std::string eventContent = ""; in HWTEST_F() local
246 std::string eventContent in HWTEST_F() local
67 DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) DScreenNotify() argument
290 std::string eventContent = "test"; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/include/
H A Ddaudio_ipc_common.h112 DAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType, const std::string &eventContent) DAudioNotify() argument
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_stub.cpp159 std::string eventContent = data.ReadString(); in DAudioNotifyInner() local
H A Ddaudio_sink_service.cpp109 DAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType, const std::string &eventContent) DAudioNotify() argument
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp175 std::string eventContent = data.ReadString(); in DAudioNotifyInner() local
H A Ddaudio_source_service.cpp123 DAudioNotify(const std::string &devId, const std::string &dhId, const int32_t eventType, const std::string &eventContent) DAudioNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp204 DScreenNotify(const std::string &devId, const int32_t eventCode, const std::string &eventContent) DScreenNotify() argument
H A Ddscreen_source_stub.cpp185 std::string eventContent = data.ReadString(); in DScreenNotifyInner() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp270 std::string eventContent = "eventContent000"; in HWTEST_F() local
84 DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp500 std::string eventContent = eventContentJson.dump(); in NotifyRemoteSinkSetUp() local
505 bool DScreenManager::CheckContent(json &eventContent) in CheckContent() argument
391 HandleDScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) HandleDScreenNotify() argument
404 NotifyRemoteScreenService(const std::string &devId, int32_t eventCode, const std::string &eventContent) NotifyRemoteScreenService() argument
519 HandleNotifySetUpResult(const std::string &remoteDevId, const std::string &eventContent) HandleNotifySetUpResult() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp132 void ScreenRegionManager::HandleNotifySetUp(const std::string &remoteDevId, const std::string &eventContent) in HandleNotifySetUp() argument
202 std::string eventContent = eventContentJson.dump(); in NotifyRemoteSourceSetUpResult() local
69 HandleDScreenNotify(const std::string &remoteDevId, int32_t eventCode, const std::string &eventContent) HandleDScreenNotify() argument
207 NotifyRemoteScreenService(const std::string &remoteDevId, const std::string &dhId, int32_t eventCode, const std::string &eventContent) NotifyRemoteScreenService() argument
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp177 std::vector<OHOS::Rect> ImageSourceEncoder::VecToDamage(std::vector<std::vector<int32_t>> eventContent) in VecToDamage() argument

Completed in 13 milliseconds

12