Home
last modified time | relevance | path

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

/base/miscservices/request/upload/interfaces/kits/js/
D@ohos.request.d.ts372 remove(callback: AsyncCallback<boolean>): void; method
382 remove(): Promise<boolean>; method
579 remove(callback: AsyncCallback<boolean>): void; method
589 remove(): Promise<boolean>; method
/base/compileruntime/js_util_module/container/treeset/
Djs_treeset.ts71 remove(value: T): boolean { method in TreeSet
/base/compileruntime/js_util_module/container/treemap/
Djs_treemap.ts93 remove(key: K): V { method in TreeMap
/base/user_iam/auth_executor_mgr/common/common/inc/
Dlinked_list.h43 …ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNo… member
/base/compileruntime/js_util_module/container/arraylist/
Djs_arraylist.ts152 remove(element: T): boolean { method in ArrayList
/base/compileruntime/js_util_module/container/vector/
Djs_vector.ts168 remove(element: T): boolean { method in Vector
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage_file_lock.c217 bool remove = false; in Release() local
/base/hiviewdfx/hiview/base/include/
Devent_loop.h93 bool remove(uint64_t seq) in remove() function
/base/compileruntime/js_util_module/util/src/
Dutil_js.ts607 public remove(key : Object) : Object method in LruBuffer