Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveNode
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
scheduler.cpp
66
bool FFRTScheduler::
RemoveNode
(LinkedList* node, const QoS qos)
in RemoveNode()
function in ffrt::FFRTScheduler
79
fifoQue[static_cast<unsigned short>(level)]->
RemoveNode
(node);
in RemoveNode()
H
A
D
task_scheduler.h
66
bool
RemoveNode
(LinkedList* node)
in RemoveNode()
function in ffrt::TaskScheduler
H
A
D
scheduler.h
74
virtual bool
RemoveNode
(LinkedList* node, const QoS qos);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_backup.cpp
50
if (
RemoveNode
(to) != 0) {
in CreateBackup()
66
int32_t KeyBackup::
RemoveNode
(const std::string &pathName)
in RemoveNode()
function in OHOS::StorageDaemon::KeyBackup
92
if (
RemoveNode
(dn) < 0) {
in RemoveNode()
229
RemoveNode
(tempKeyDir);
in DoResotreKeyMix()
243
RemoveNode
(tempKeyDir);
in DoResotreKeyMix()
247
RemoveNode
(tempKeyDir);
in DoResotreKeyMix()
377
RemoveNode
(tempDir);
in CopySameFilesToTempDir()
384
RemoveNode
(tempDir);
in CopySameFilesToTempDir()
401
RemoveNode
(tempDir);
in CreateTempDirForMixFiles()
H
A
D
base_key.cpp
803
KeyBackup::GetInstance().
RemoveNode
(backupDir);
in StoreKey()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/privacy_sensitive/
H
A
D
privacy_sensitive_manager.h
39
void
RemoveNode
(WeakPtr<FrameNode> node)
in RemoveNode()
function in OHOS::Ace::NG::PrivacySensitiveManager
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
node_content.h
37
void
RemoveNode
(UINode* node);
H
A
D
node_content.cpp
67
void NodeContent::
RemoveNode
(UINode* node)
in RemoveNode()
function in OHOS::Ace::NG::NodeContent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_document.cpp
326
parentNode->
RemoveNode
(node);
in RemoveNodes()
340
parentNode->
RemoveNode
(proxy);
in RemoveNodes()
355
parentNode->
RemoveNode
(proxy);
in RemoveNodes()
H
A
D
dom_node.h
79
void
RemoveNode
(const RefPtr<DOMNode>& node);
H
A
D
dom_node.cpp
766
void DOMNode::
RemoveNode
(const RefPtr<DOMNode>& node)
in RemoveNode()
function in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_content_modifier.cpp
49
nodeContent->
RemoveNode
(uiNode);
in RemoveChild()
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
mutex_private.h
95
void
RemoveNode
(uint64_t task)
in RemoveNode()
function in ffrt::MutexGraph
H
A
D
mutex.cpp
209
MutexGraph::Instance().
RemoveNode
(ownerTask);
in unlock()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H
A
D
toggle_model_ng.h
89
static int32_t
RemoveNode
(const RefPtr<FrameNode>& childFrameNode, int32_t nodeId);
H
A
D
toggle_model_ng.cpp
59
auto index =
RemoveNode
(childFrameNode, nodeId);
in ReCreateFrameNode()
304
int32_t ToggleModelNG::
RemoveNode
(const RefPtr<FrameNode>& childFrameNode, int32_t nodeId)
in RemoveNode()
function in OHOS::Ace::NG::ToggleModelNG
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H
A
D
key_backup.h
45
int32_t
RemoveNode
(const std::string &pathName);
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_scheduler.cpp
196
EXPECT_EQ(sffrtscheduler->
RemoveNode
(node, qos), true);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H
A
D
accessibility_node_test_ng.cpp
227
accessibilityNode.
RemoveNode
(child);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_node.h
91
void
RemoveNode
(const RefPtr<AccessibilityNode>& node);
H
A
D
accessibility_node.cpp
294
void AccessibilityNode::
RemoveNode
(const RefPtr<AccessibilityNode>& node)
in RemoveNode()
function in OHOS::Ace::AccessibilityNode
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
557
bool ret = sch->
RemoveNode
(node, _qos);
in ffrt_executor_task_cancel()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.cpp
536
parentNode->
RemoveNode
(node);
in RemoveAccessibilityNodes()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
2429
parentNode->
RemoveNode
(node);
in JsAppendChild()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
2163
privacyManager->
RemoveNode
(AceType::WeakClaim(this));
in MarkModifyDone()
Completed in 40 milliseconds
1
2