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:libraryFunc_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
H
A
D
library_func_mock.cpp
21
if (LibraryFunc::
libraryFunc_
== nullptr) {
in dlopen()
24
return LibraryFunc::
libraryFunc_
->dlopen(file, mode);
in dlopen()
29
if (LibraryFunc::
libraryFunc_
== nullptr) {
in dlclose()
32
return LibraryFunc::
libraryFunc_
->dlclose(handle);
in dlclose()
37
if (LibraryFunc::
libraryFunc_
== nullptr) {
in dlsym()
40
return LibraryFunc::
libraryFunc_
->dlsym(handle, name);
in dlsym()
45
if (LibraryFunc::
libraryFunc_
== nullptr) {
in realpath()
48
return LibraryFunc::
libraryFunc_
->realpath(path, resolved_path);
in realpath()
H
A
D
library_func_mock.h
38
static inline std::shared_ptr<LibraryFunc>
libraryFunc_
= nullptr;
member in OHOS::Storage::DistributedFile::LibraryFunc
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H
A
D
library_func_mock.cpp
21
if (LibraryFunc::
libraryFunc_
== nullptr) {
in fseeko()
24
return LibraryFunc::
libraryFunc_
->fseeko(stream, offset, whence);
in fseeko()
29
if (LibraryFunc::
libraryFunc_
== nullptr) {
in ftello()
32
return LibraryFunc::
libraryFunc_
->ftello(stream);
in ftello()
37
if (LibraryFunc::
libraryFunc_
== nullptr) {
in access()
40
return LibraryFunc::
libraryFunc_
->access(pathname, mode);
in access()
45
if (LibraryFunc::
libraryFunc_
== nullptr) {
in mkdir()
48
return LibraryFunc::
libraryFunc_
->mkdir(pathname, mode);
in mkdir()
H
A
D
library_func_mock.h
37
static inline std::shared_ptr<LibraryFunc>
libraryFunc_
= nullptr;
member in OHOS::AppFileService::LibraryFunc
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H
A
D
untar_file_sup_test.cpp
71
LibraryFuncMock::
libraryFunc_
= funcMock;
in SetUpTestCase()
member in OHOS::FileManagement::Backup::LibraryFuncMock
77
LibraryFuncMock::
libraryFunc_
= nullptr;
in TearDownTestCase()
member in OHOS::FileManagement::Backup::LibraryFuncMock
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H
A
D
all_connect_manager_test.cpp
59
LibraryFuncMock::
libraryFunc_
= libraryFuncMock_;
in SetUpTestCase()
member in OHOS::Storage::DistributedFile::Test::LibraryFuncMock
65
LibraryFuncMock::
libraryFunc_
= nullptr;
in TearDownTestCase()
member in OHOS::Storage::DistributedFile::Test::LibraryFuncMock
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/src/
H
A
D
file_permission_test.cpp
116
LibraryFuncMock::
libraryFunc_
= funcMock;
in SetUpTestCase()
member in OHOS::AppFileService::LibraryFuncMock
125
LibraryFuncMock::
libraryFunc_
= nullptr;
in TearDownTestCase()
member in OHOS::AppFileService::LibraryFuncMock
Completed in 5 milliseconds