Searched refs:screenCaptureMonitorStubFuncs_ (Results 1 – 2 of 2) sorted by relevance
61 …screenCaptureMonitorStubFuncs_[SET_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::SetListenerOb… in Init()62 screenCaptureMonitorStubFuncs_[IS_SCREEN_CAPTURE_WORKING] = in Init()64 screenCaptureMonitorStubFuncs_[DESTROY] = &ScreenCaptureMonitorServiceStub::DestroyStub; in Init()65 …screenCaptureMonitorStubFuncs_[CLOSE_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::CloseListen… in Init()84 auto itFunc = screenCaptureMonitorStubFuncs_.find(code); in OnRemoteRequest()85 if (itFunc != screenCaptureMonitorStubFuncs_.end()) { in OnRemoteRequest()
51 std::map<uint32_t, screenCaptureMonitorStubFunc> screenCaptureMonitorStubFuncs_; variable