Home
last modified time | relevance | path

Searched refs:Start (Results 1 - 16 of 16) sorted by relevance

/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp125 void JsAppImpl::Start() in Start() function in JsAppImpl
133 ELOG("JsApp::Start jsThread memory allocation failed"); in Start()
141 Start(); in Restart()
194 taskHandleTimer->Start(TASK_HANDLE_TIMER_INTERVAL); in InitTimer()
202 deviceCheckTimer->Start(DEVICE_CHECK_TIMER_INTERVAL); in InitTimer()
210 jsCheckTimer->Start(JS_CHECK_TIMER_INTERVAL); in InitTimer()
270 // Start JSApp in InitJsApp()
282 Start(); in InitJsApp()
H A DJsAppImpl.h34 void Start() override;
/ide/tools/previewer/test/unittest/util/
H A DCppTimerTest.cpp69 timer.Start(interval); in TEST()
89 timer.Start(interval); in TEST()
104 timer.Start(interval); in TEST()
H A DCppTimerManagerTest.cpp40 timer.Start(interval); in TEST()
/ide/tools/previewer/mock/lite/
H A DNativeTimer.cpp56 timer->Start(delay); in StartTimerTask()
/ide/tools/previewer/
H A DThinPreviewer.cpp125 dataCheckTimer.Start(100); // 100ms Timer polling period in main()
129 jsHeapSendTimer.Start(NOTIFY_INTERVAL_TIME); // 1000ms Timer polling period in main()
H A DRichPreviewer.cpp69 inspectorNotifytimer.Start(NOTIFY_INTERVAL_TIME); // Notify per second in ProcessCommand()
93 ILOG("Start language is : %s", SharedData<std::string>::GetData(SharedDataType::LANGUAGE).c_str()); in InitSharedData()
/ide/tools/previewer/util/
H A DCppTimer.h70 void Start(int64_t value);
H A DCppTimer.cpp26 void CppTimer::Start(int64_t value) in Start() function in CppTimer
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp102 void JsAppImpl::Start() in Start() function in JsAppImpl
/ide/tools/previewer/test/unittest/jsapp_lite/
H A DJsAppImplTest.cpp82 JsAppImpl::GetInstance().Start(); in TEST_F()
/ide/tools/previewer/jsapp/
H A DJsApp.h106 virtual void Start() = 0;
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp80 JsAppImpl::GetInstance().Start(); in TEST_F()
133 JsAppImpl::GetInstance().Start(); in TEST_F()
290 JsAppImpl::GetInstance().Start(); in TEST_F()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h61 void Start() override;
H A DJsAppImpl.cpp80 void JsAppImpl::Start() in Start() function in JsAppImpl
85 ILOG("Start run js app"); in Start()
113 ILOG("Start getDefaultJsontree."); in GetDefaultJSONTree()
1068 Start(); in InitJsApp()
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp176 frameCountTimer->Start(frameCountPeriod); in InitFrameCountTimer()

Completed in 9 milliseconds