Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/utils/
H A Dstate_manager.h93 StateActions& Del(int msgid) in Del() function
141 StateGroup& Del(int msgid) in Del() function
144 each->Del(msgid); in Del()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_watcher.h49 virtual bool Del(napi_env env, napi_value handler);
64 bool Del(napi_env env, napi_value handler) override;
79 bool Del(napi_env env, napi_value handler) override;
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp61 listener->Del(env_, handler); in Off()
225 bool EventListener::Del(napi_env env, napi_value handler) in Del() function in OHOS::ObjectStore::EventListener
313 bool ChangeEventListener::Del(napi_env env, napi_value handler) in Del() function in OHOS::ObjectStore::ChangeEventListener
315 bool isEmpty = EventListener::Del(env, handler); in Del()
355 bool StatusEventListener::Del(napi_env env, napi_value handler) in Del() function in OHOS::ObjectStore::StatusEventListener
357 if (EventListener::Del(env, handler)) { in Del()
358 LOG_INFO("Del status watch %{public}s", sessionId_.c_str()); in Del()
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.h59 static bool Del(JSValue target, const char * const prop);
74 static void Del(const char * const props);
H A Djs.cpp183 bool JSObject::Del(JSValue target, const char * const prop) in Del() function in OHOS::ACELite::JSObject
249 void JSGlobal::Del(const char * const props) in Del() function in OHOS::ACELite::JSGlobal
252 JSObject::Del(global, props); in Del()
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp116 JSObject::Del(descriptor, DESCRIPTOR_ATTR_RENDERED); in DelIfDescriptorRendered()
129 JSObject::Del(descriptor, DESCRIPTOR_ATTR_RENDERED); in DelForDescriptorRendered()
/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h71 void Del(napi_env env, napi_value handler);
H A Djs_storage.cpp39 void EventListener::Del(napi_env env, napi_value handler) in Del() function in EventListener
116 listeners_[event].Del(env_, handler); in Off()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp172 JSGlobal::Del("$root"); in DestroyPage()

Completed in 6 milliseconds