Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_manager_c.cpp30 using OHOS::HiviewDFX::ERR_QUERY_RULE_INVALID;
38 return ERR_QUERY_RULE_INVALID; in HiSysEventQuery()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h37 static constexpr int32_t ERR_QUERY_RULE_INVALID = -23; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h37 static constexpr int32_t ERR_QUERY_RULE_INVALID = -23; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp402 callback->OnComplete(ERR_QUERY_RULE_INVALID, 0, curSeq.load(std::memory_order_acquire)); in Query()
403 return ERR_QUERY_RULE_INVALID; in Query()
413 callback->OnComplete(ERR_QUERY_RULE_INVALID, 0, curSeq.load(std::memory_order_acquire)); in Query()
414 return ERR_QUERY_RULE_INVALID; in Query()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_manager_c_test.cpp671 ASSERT_EQ(res, ERR_QUERY_RULE_INVALID);
700 ASSERT_EQ(res, ERR_QUERY_RULE_INVALID);
732 ASSERT_EQ(res, ERR_QUERY_RULE_INVALID);
765 ASSERT_EQ(res, ERR_QUERY_RULE_INVALID);
797 ASSERT_EQ(res, ERR_QUERY_RULE_INVALID);
Dhisysevent_native_test.cpp143 …ASSERT_TRUE(ret == OHOS::HiviewDFX::ERR_QUERY_RULE_INVALID || ret == OHOS::HiviewDFX::IPC_CALL_SUC…
165 …ASSERT_TRUE(ret == OHOS::HiviewDFX::ERR_QUERY_RULE_INVALID || ret == OHOS::HiviewDFX::IPC_CALL_SUC…
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool.cpp96 { ERR_QUERY_RULE_INVALID, "invalid query rule." }, in GetErrorDescription()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp912 {ERR_QUERY_RULE_INVALID, {NapiError::ERR_INVALID_QUERY_RULE, "Query rule is invalid"}}, in CreateHiSysEventInfoJsObject()