Home
last modified time | relevance | path

Searched refs:ERR_QUERY_TOO_FREQUENTLY (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dret_code.h46 static constexpr int32_t ERR_QUERY_TOO_FREQUENTLY = -31; variable
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dret_code.h46 static constexpr int32_t ERR_QUERY_TOO_FREQUENTLY = -31; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dret_def.h50 constexpr int32_t ERR_QUERY_TOO_FREQUENTLY = 11200304; variable
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp99 { ERR_QUERY_TOO_FREQUENTLY, "query too frequently." }, in GetErrorDescription()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp1058 …{ERR_QUERY_TOO_FREQUENTLY, {NapiError::ERR_QUERY_TOO_FREQUENTLY, "The query frequency exceeds the … in CreateHiSysEventInfoJsObject()
1065 {ERR_EXPORT_FREQUENCY_OVER_LIMIT, {NapiError::ERR_QUERY_TOO_FREQUENTLY, in CreateHiSysEventInfoJsObject()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp120 ret == OHOS::HiviewDFX::ERR_QUERY_TOO_FREQUENTLY; in WrapSysEventWriteAssertion()
1204 (ret == OHOS::HiviewDFX::ERR_QUERY_TOO_FREQUENTLY) ||
1227 ASSERT_TRUE((ret == OHOS::HiviewDFX::ERR_QUERY_TOO_FREQUENTLY) ||
H A Dhisysevent_manager_c_test.cpp851 ASSERT_TRUE((ret == ERR_QUERY_TOO_FREQUENTLY) || (ret == IPC_CALL_SUCCEED));
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp202 { EventStore::DbQueryStatus::TOO_FREQENTLY, ERR_QUERY_TOO_FREQUENTLY }, in Query()