Home
last modified time | relevance | path

Searched refs:ERR_DEBUG_MODE_SET_REPEAT (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h38 static constexpr int32_t ERR_DEBUG_MODE_SET_REPEAT = -24; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h38 static constexpr int32_t ERR_DEBUG_MODE_SET_REPEAT = -24; variable
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_native_test.cpp1023 if (firstDebugRet == 0 || ret == ERR_DEBUG_MODE_SET_REPEAT) {
1025 ASSERT_TRUE(ret == ERR_DEBUG_MODE_SET_REPEAT);
1078 if (firstDebugRet == 0 || ret == ERR_DEBUG_MODE_SET_REPEAT) {
1080 ASSERT_TRUE(ret == ERR_DEBUG_MODE_SET_REPEAT);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp447 return ERR_DEBUG_MODE_SET_REPEAT; in SetDebugMode()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp359 ASSERT_TRUE(result == ERR_DEBUG_MODE_SET_REPEAT);