Searched refs:INITIAL (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_session.cpp | 23 : state_(PluginSession::INITIAL), in PluginSession() 36 : state_(PluginSession::INITIAL), in PluginSession() 48 if (state_ != INITIAL) { in ~PluginSession() 57 CHECK_TRUE(state_ == INITIAL, false, "plugin state %d invalid!", state_); in Create() 82 RETURN_IF(state_ == INITIAL, false, "plugin state %d, no need to destroy!", state_); in Destroy() 98 state_ = INITIAL; in Destroy() 105 return state_ != INITIAL; in IsAvailable()
|
/developtools/profiler/device/base/include/ |
H A D | epoll_event_poller.h | 47 INITIAL, enumerator 76 std::atomic<int> state_ = INITIAL;
|
/developtools/profiler/device/services/plugin_service/include/ |
H A D | plugin_session.h | 50 INITIAL = 0, enumerator
|
/developtools/profiler/device/base/src/ |
H A D | epoll_event_poller.cpp | 171 CHECK_TRUE(state_ == INITIAL, false, "Init FAIL %d", state_.load()); in Init() 222 state_ = INITIAL; in Finalize()
|
Completed in 2 milliseconds