Home
last modified time | relevance | path

Searched refs:STATUS_MEM_NEED_RECYCLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_listener.cpp68 if (watcher->status == STATUS_MEM_NEED_RECYCLE) { in RecycleWatcher()
73 watcher->status = STATUS_MEM_NEED_RECYCLE; in RecycleWatcher()
H A Dhisysevent_rust_querier.cpp84 if (querier->status == STATUS_MEM_NEED_RECYCLE) { in RecycleQuerier()
89 querier->status = STATUS_MEM_NEED_RECYCLE; in RecycleQuerier()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h30 #define STATUS_MEM_NEED_RECYCLE 1 macro
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp214 ASSERT_EQ(querier->status, STATUS_MEM_NEED_RECYCLE);