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:LibraryFuncMock
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/include/
H
A
D
file_permission_test.h
34
static inline shared_ptr<
LibraryFuncMock
> funcMock = nullptr;
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H
A
D
untar_file_sup_test.cpp
36
static inline shared_ptr<
LibraryFuncMock
> funcMock = nullptr;
70
funcMock = make_shared<
LibraryFuncMock
>();
in SetUpTestCase()
71
LibraryFuncMock
::libraryFunc_ = funcMock;
in SetUpTestCase()
77
LibraryFuncMock
::libraryFunc_ = nullptr;
in TearDownTestCase()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
H
A
D
library_func_mock.h
41
class
LibraryFuncMock
: public LibraryFunc {
class
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H
A
D
library_func_mock.h
40
class
LibraryFuncMock
: public LibraryFunc {
class
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H
A
D
all_connect_manager_test.cpp
51
static inline std::shared_ptr<
LibraryFuncMock
> libraryFuncMock_ = nullptr;
58
libraryFuncMock_ = std::make_shared<
LibraryFuncMock
>();
in SetUpTestCase()
59
LibraryFuncMock
::libraryFunc_ = libraryFuncMock_;
in SetUpTestCase()
65
LibraryFuncMock
::libraryFunc_ = nullptr;
in TearDownTestCase()
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/src/
H
A
D
file_permission_test.cpp
115
funcMock = make_shared<
LibraryFuncMock
>();
in SetUpTestCase()
116
LibraryFuncMock
::libraryFunc_ = funcMock;
in SetUpTestCase()
125
LibraryFuncMock
::libraryFunc_ = nullptr;
in TearDownTestCase()
Completed in 5 milliseconds