Home
last modified time | relevance | path

Searched refs:ERR_REMOVE_SUBSCRIBE (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h50 static constexpr int32_t ERR_REMOVE_SUBSCRIBE = -34; variable
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h50 static constexpr int32_t ERR_REMOVE_SUBSCRIBE = -34; variable
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dret_def.h51 constexpr int32_t ERR_REMOVE_SUBSCRIBE = 11200305; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher.cpp95 return ERR_REMOVE_SUBSCRIBE; in RemoveSubscriber()
99 return ERR_REMOVE_SUBSCRIBE; in RemoveSubscriber()
109 return ERR_REMOVE_SUBSCRIBE; in RemoveSubscriber()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Ddata_share_test.cpp171 ASSERT_EQ(ERR_REMOVE_SUBSCRIBE, ret);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp947 {ERR_REMOVE_SUBSCRIBE, {NapiError::ERR_REMOVE_SUBSCRIBE, "unsubscribe failed"}}, in CreateHiSysEventInfoJsObject()