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:RemovePath
(Results
1 - 20
of
20
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
skills.h
246
void
RemovePath
(const std::string &path);
253
void
RemovePath
(const PatternsMatcher &patternsMatcher);
261
void
RemovePath
(const std::string &path, const MatchType &matchType);
/foundation/multimodalinput/input/test/facility/libinput_wrapper/include/
H
A
D
libinput_wrapper.h
37
void
RemovePath
(const std::string &path);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_file_package_test.cpp
48
void
RemovePath
(const string &path)
in RemovePath()
function
61
RemovePath
(fileName);
in RemovePath()
160
RemovePath
(g_testPath);
in TearDownTestCase()
172
RemovePath
(g_packageResultPath);
in TearDown()
173
RemovePath
(g_unpackResultPath);
in TearDown()
232
RemovePath
(g_sourcePath);
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
filesystem_api.cpp
61
bool
RemovePath
(const string_view path) override;
245
bool FileMonitorImpl::
RemovePath
(const string_view path)
in RemovePath()
function in FileMonitorImpl
248
return fileMonitor_->
RemovePath
(path);
in RemovePath()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H
A
D
file_monitor.h
44
bool
RemovePath
(BASE_NS::string_view path);
H
A
D
file_monitor.cpp
118
bool FileMonitor::
RemovePath
(const string_view inPath)
in RemovePath()
function in FileMonitor
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H
A
D
intf_file_monitor.h
49
virtual bool
RemovePath
(BASE_NS::string_view path) = 0;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
movedir.cpp
70
static int
RemovePath
(const string& pathStr)
in RemovePath()
function
111
int removeRes =
RemovePath
(dest);
in CopyAndDeleteFile()
122
return
RemovePath
(src);
in CopyAndDeleteFile()
233
res =
RemovePath
(srcTemp);
in RecurMoveDir()
/foundation/multimodalinput/input/test/facility/libinput_wrapper/src/
H
A
D
libinput_wrapper.cpp
131
void LibinputWrapper::
RemovePath
(const std::string &path)
in RemovePath()
function in OHOS::MMI::LibinputWrapper
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
skills.cpp
337
void Skills::
RemovePath
(const std::string &path)
in RemovePath()
function in OHOS::AAFwk::Skills
351
void Skills::
RemovePath
(const PatternsMatcher &patternsMatcher)
in RemovePath()
function in OHOS::AAFwk::Skills
367
void Skills::
RemovePath
(const std::string &path, const MatchType &matchType)
in RemovePath()
function in OHOS::AAFwk::Skills
370
RemovePath
(pm);
in RemovePath()
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H
A
D
crown_transform_processor_test.cpp
82
libinput_.
RemovePath
(vCrown_.GetDevPath());
in CloseCrown()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_transform_processor_test.cpp
95
libinput_.
RemovePath
(vTouchscreen_.GetDevPath());
in CloseTouchscreen()
101
libinput_.
RemovePath
(vUwbRemoteControl_.GetDevPath());
in CloseUwbRemoteControl()
H
A
D
touchpad_transform_processor_test.cpp
86
libinput_.
RemovePath
(vTouchpad_.GetDevPath());
in CloseTouchpad()
/foundation/ability/ability_base/test/unittest/want/
H
A
D
skills_test.cpp
348
base_->
RemovePath
(pm);
in HWTEST_F()
460
base_->
RemovePath
(path);
in HWTEST_F()
664
base_->
RemovePath
(path, MatchType::DEFAULT);
in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
file_fs_impl.cpp
496
static int
RemovePath
(const string& pathStr)
in RemovePath()
function
541
int removeRes =
RemovePath
(dest);
in CopyAndDeleteFile()
558
return
RemovePath
(src);
in CopyAndDeleteFile()
613
res =
RemovePath
(srcTemp);
in RecurMoveDir()
/foundation/multimodalinput/input/service/key_event_normalize/test/
H
A
D
key_event_normalize_test.cpp
79
libinput_.
RemovePath
(vKeyboard_.GetDevPath());
in CloseKeyboard()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_event_normalize_test.cpp
84
libinput_.
RemovePath
(vMouse_.GetDevPath());
in CloseMouse()
H
A
D
mouse_transform_processor_test.cpp
97
libinput_.
RemovePath
(vMouse_.GetDevPath());
in CloseMouse()
99
libinput_.
RemovePath
(vTouchpad_.GetDevPath());
in CloseMouse()
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
input_event_handler_test.cpp
88
libinput_.
RemovePath
(vTouchpad_.GetDevPath());
in CloseTouchpad()
H
A
D
event_normalize_handler_test.cpp
79
libinput_.
RemovePath
(vTouchpad_.GetDevPath());
in CloseTouchpad()
Completed in 18 milliseconds