Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h35 static constexpr int32_t ERR_LISTENERS_EMPTY = -21; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h35 static constexpr int32_t ERR_LISTENERS_EMPTY = -21; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp315 return ERR_LISTENERS_EMPTY; in RemoveListener()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp614 ASSERT_TRUE(ret == ERR_LISTENERS_EMPTY);