Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsStateManagement.js53 static remove(keyOrType) { method in AppStorageV2
118 static remove(keyOrType) { method in PersistenceV2
DstateMgmt.js10847 remove(keyOrType) { method in AppStorageV2Impl
10933 remove(keyOrType) { method in PersistenceV2Impl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
Dv2_persistence.ts180 public remove<T>(keyOrType: string | TypeConstructorWithArgs<T>): void { method in AppStorageV2Impl
300 public remove<T>(keyOrType: string | TypeConstructorWithArgs<T>): void { method in PersistenceV2Impl
/foundation/multimodalinput/input/service/libinput_adapter/test/
Dhotplug_detector_test.cpp112 auto remove = [&removeCalled, &removePath](std::string path) { in __anon0f84e0780202() variable
/foundation/resourceschedule/ffrt/src/sync/
Dwait_queue.h140 inline void remove(WaitUntilEntry* we) in remove() function
Ddelayed_worker.cpp314 bool DelayedWorker::remove(const TimePoint& to, WaitEntry* we) in remove() function in ffrt::DelayedWorker
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dremote_object_wrapper.cpp128 void DeathRecipientRemoveHandler::remove() const in remove() function in OHOS::IpcRust::DeathRecipientRemoveHandler
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
Dwrapper.rs93 fn remove(self: &DeathRecipientRemoveHandler); in remove() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_builder.h481 void ProcessOffscreenNode(RefPtr<UINode> uiNode, bool remove) in ProcessOffscreenNode()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
Dfms_form_share_mgr_test.cpp3085 bool remove = true; variable
3108 bool remove = true; variable
/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp674 for (const auto &remove : oldModule->second.isRemovable) { in SaveOldRemovableInfo() local