Home
last modified time | relevance | path

Searched defs:sendHeart (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp581 bool sendHeart = true; variable
818 bool sendHeart = true; variable
1056 bool sendHeart = true; variable
1201 bool sendHeart = true; variable
1332 bool sendHeart = true; variable
1474 bool sendHeart = true; variable
1632 bool sendHeart = true; variable
/developtools/profiler/device/cmds/src/
Dmain.cpp268 …(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& id, std::atomic<bool>& sendHeart) in StartThread()
284 void StopThread(std::thread& keepSessionThread, std::atomic<bool>& sendHeart) in StopThread()
315 std::atomic<bool> sendHeart = true; in DoCapture() local