Home
last modified time | relevance | path

Searched refs:UNSUBSCRIBE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/request/request/services/src/service/
H A Dinterface.rs47 pub const UNSUBSCRIBE: u32 = 15; const
76 assert_eq!(15, UNSUBSCRIBE); in ut_interface()
H A Dstub.rs91 interface::UNSUBSCRIBE => self.unsubscribe(data, reply), in on_remote_request()
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dbytrace_adapter.h34 UNSUBSCRIBE enumerator
/ohos5.0/base/notification/common_event_service/services/src/
H A Devent_report.cpp65 {UNSUBSCRIBE, [](const EventInfo& eventInfo) { in __anon7f9e31420702()
139 UNSUBSCRIBE, in InnerSendUnSubscribeEvent()
H A Dinner_common_event_manager.cpp688 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_object.ts108 static readonly UNSUBSCRIBE = Symbol('_____unsubscribe__');
234 case SubscribableHandler.UNSUBSCRIBE:
532 obj[SubscribableHandler.UNSUBSCRIBE] = subscriber;
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_hisysevent_test.cpp202 eventReport->SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
210 eventReport->SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Devent_report.cpp70 {UNSUBSCRIBE, [](const EventInfo& eventInfo) { in __anonf0fe24120802()
164 UNSUBSCRIBE, in InnerSendUnSubscribeEvent()
H A Dadvanced_notification_event_service.cpp79 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in SendUnSubscribeHiSysEvent()
/ohos5.0/base/notification/common_event_service/services/include/
H A Devent_report.h35 constexpr char UNSUBSCRIBE[] = "UNSUBSCRIBE"; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Devent_report.h36 constexpr char UNSUBSCRIBE[] = "UNSUBSCRIBE"; variable
/ohos5.0/base/notification/common_event_service/
H A Dhisysevent.yaml55 UNSUBSCRIBE:
/ohos5.0/base/notification/distributed_notification_service/
H A Dhisysevent.yaml62 UNSUBSCRIBE:
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp261 EventReport::SendHiSysEvent(UNSUBSCRIBE, eventInfo); in HWTEST_F()
/ohos5.0/base/msdp/device_status/
H A Dhisysevent.yaml22 UNSUBSCRIBE:
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs320 .send_request(interface::UNSUBSCRIBE, &mut data) in unsubscribe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2379 case SubscribableHandler.UNSUBSCRIBE:
2429 SubscribableHandler.UNSUBSCRIBE = Symbol('_____unsubscribe__');
2669 obj[SubscribableHandler.UNSUBSCRIBE] = subscriber;