Home
last modified time | relevance | path

Searched refs:screenCaptureMonitorStubFuncs_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Dscreen_capture_monitor_service_stub.cpp61screenCaptureMonitorStubFuncs_[SET_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::SetListenerOb… in Init()
62 screenCaptureMonitorStubFuncs_[IS_SCREEN_CAPTURE_WORKING] = in Init()
64 screenCaptureMonitorStubFuncs_[DESTROY] = &ScreenCaptureMonitorServiceStub::DestroyStub; in Init()
65screenCaptureMonitorStubFuncs_[CLOSE_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::CloseListen… in Init()
84 auto itFunc = screenCaptureMonitorStubFuncs_.find(code); in OnRemoteRequest()
85 if (itFunc != screenCaptureMonitorStubFuncs_.end()) { in OnRemoteRequest()
H A Dscreen_capture_monitor_service_stub.h51 std::map<uint32_t, screenCaptureMonitorStubFunc> screenCaptureMonitorStubFuncs_; variable