Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h43 static constexpr int32_t ERR_TOO_MANY_CONCURRENT_QUERIES = -28; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h43 static constexpr int32_t ERR_TOO_MANY_CONCURRENT_QUERIES = -28; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Devent_query_wrapper_builder.cpp243 { EventStore::DbQueryStatus::CONCURRENT, ERR_TOO_MANY_CONCURRENT_QUERIES }, in Query()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_native_test.cpp104 ret == OHOS::HiviewDFX::ERR_TOO_MANY_CONCURRENT_QUERIES || in WrapSysEventWriteAssertion()
1193 ASSERT_TRUE(ret == OHOS::HiviewDFX::ERR_TOO_MANY_CONCURRENT_QUERIES ||
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp907 {ERR_TOO_MANY_CONCURRENT_QUERIES, {NapiError::ERR_CONCURRENT_QUERY_COUNT_OVER_LIMIT, in CreateHiSysEventInfoJsObject()