Home
last modified time | relevance | path

Searched defs:unsubscribe (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js
/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/service_impl/
H A Dcloud_service.rs102 pub fn unsubscribe(&mut self, relations: &HashMap<String, Vec<String>>) -> SyncResult<()> { in fmt() functions
/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
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

Completed in 3 milliseconds