Home
last modified time | relevance | path

Searched refs:unsubscribe (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js65 Observer.prototype.unsubscribe = function() {
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp842 jerry_value_t unsubscribe = jerryx_get_property_str(watcher, "unsubscribe"); in InsertWatcherCommon() local
843 ReleaseJerryValue(CallJSFunction(unsubscribe, watcher, nullptr, 0), unsubscribe, watcher, VA_ARG_END_FLAG); in InsertWatcherCommon() local
863 // call js watcher.unsubscribe to release watcher in ClearWatchersCommon()
865 jerry_value_t unsubscribe = jerryx_get_property_str(watcher, "unsubscribe"); in ClearWatchersCommon() local
866 ReleaseJerryValue(CallJSFunction(unsubscribe, watcher, nullptr, 0), unsubscribe, watcher, VA_ARG_END_FLAG); in ClearWatchersCommon() local
/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js108 commonEventManager.unsubscribe(this.subscriber, (s) => {
/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js120 commonEventManager.unsubscribe(this.subscriber, (r) => {
/foundation/arkui/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js120 commonEventManager.unsubscribe(this.subscriber, (r) => {
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs267 pub fn unsubscribe(self) { in unsubscribe() functions
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs724 pub(crate) fn unsubscribe(
877 pub(crate) fn unsubscribe(&self, info: &UnsubscriptionInfo) -> Result<(), Errors> {
879 subscription.unsubscribe(&self.remote_obj, info)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs677 match cloud_server.unsubscribe(relations) {
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js123 let f1 = await this.cloudService.unsubscribe(e1);

Completed in 7 milliseconds