Searched refs:Del (Results 1 - 9 of 9) sorted by relevance
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | state_manager.h | 93 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 D | js_watcher.h | 49 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 D | js_watcher.cpp | 61 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 D | js.h | 59 static bool Del(JSValue target, const char * const prop); 74 static void Del(const char * const props);
|
H A D | js.cpp | 183 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 D | descriptor_utils.cpp | 116 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 D | js_storage.h | 71 void Del(napi_env env, napi_value handler);
|
H A D | js_storage.cpp | 39 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 D | basic_tdd_test.cpp | 172 JSGlobal::Del("$root"); in DestroyPage()
|
Completed in 6 milliseconds