Searched refs:unsubscribe (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | observer.js | 65 Observer.prototype.unsubscribe = function() {
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 842 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 D | fullscreenlaunchcomponent.js | 108 commonEventManager.unsubscribe(this.subscriber, (s) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 120 commonEventManager.unsubscribe(this.subscriber, (r) => {
|
/foundation/arkui/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 120 commonEventManager.unsubscribe(this.subscriber, (r) => {
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 267 pub fn unsubscribe(self) { in unsubscribe() functions
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 724 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 D | cloud_extension.rs | 677 match cloud_server.unsubscribe(relations) {
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 123 let f1 = await this.cloudService.unsubscribe(e1);
|
Completed in 7 milliseconds