Home
last modified time | relevance | path

Searched defs:unsubscribe (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/request/request/services/src/service/command/
H A Dunsubscribe.rs21 pub(crate) fn unsubscribe(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in unsubscribe() method
H A Dmod.rs31 mod unsubscribe; module
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js65 Observer.prototype.unsubscribe = function() { method in Observer
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md929 ### unsubscribe subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md928 ### unsubscribe subsection
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs267 pub fn unsubscribe(self) { in unsubscribe() method
/ohos5.0/base/request/request/services/src/service/client/
H A Dmod.rs84 pub(crate) fn unsubscribe(&self, tid: u32) -> ErrorCode { in unsubscribe() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs102 pub fn unsubscribe(&mut self, relations: &HashMap<String, Vec<String>>) -> SyncResult<()> { in unsubscribe() method
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs435 pub(crate) fn unsubscribe() { in unsubscribe() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp836 jerry_value_t unsubscribe = jerryx_get_property_str(watcher, "unsubscribe"); in InsertWatcherCommon() local
859 jerry_value_t unsubscribe = jerryx_get_property_str(watcher, "unsubscribe"); in ClearWatchersCommon() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs724 pub(crate) fn unsubscribe( in unsubscribe() method
877 pub(crate) fn unsubscribe(&self, info: &UnsubscriptionInfo) -> Result<(), Errors> { in unsubscribe() method
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs314 pub fn unsubscribe(&self, task_id: u32) { in unsubscribe() method