Searched refs:unusedIds (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer.cpp | 239 void Timer::EraseUnusedTimerId(uint32_t interval, const std::vector<uint32_t>& unusedIds) in EraseUnusedTimerId() argument 245 if (std::find(unusedIds.begin(), unusedIds.end(), id) == unusedIds.end()) { in EraseUnusedTimerId()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | timer.h | 124 void EraseUnusedTimerId(uint32_t interval, const std::vector<uint32_t>& unusedIds);
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 604 void EraseUnusedTimerId(uint32_t interval, const std::vector<uint32_t>& unusedIds);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 1072 GLuint unusedIds = 0; in DeviceGLES() local 1073 glDebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, &unusedIds, true); in DeviceGLES()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 735 void EraseUnusedTimerId(uint32_t interval, const std::vector<uint32_t>& unusedIds);
|