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:AssistantMock
(Results
1 - 13
of
13
) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H
A
D
file_operations_base_test.cpp
37
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
43
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
H
A
D
file_operations_local_test.cpp
41
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
47
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
H
A
D
file_operations_helper_test.cpp
41
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
48
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
H
A
D
fuse_operations_test.cpp
41
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
48
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
H
A
D
file_operations_cloud_test.cpp
45
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
51
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
assistant.h
57
class
AssistantMock
: public Assistant {
class
/foundation/filemanagement/user_file_service/test/unittest/mock/
H
A
D
assistant.h
67
class
AssistantMock
: public Assistant {
class
/foundation/filemanagement/user_file_service/test/unittest/
H
A
D
file_access_service_proxy_test.cpp
74
static inline shared_ptr<
AssistantMock
> insMoc = make_shared<
AssistantMock
>();
H
A
D
js_file_access_ext_ability_test.cpp
119
static inline shared_ptr<
AssistantMock
> insMoc = make_shared<
AssistantMock
>();
396
static void MockNapiCalls(shared_ptr<
AssistantMock
> insMoc, napi_value rslt)
in MockNapiCalls()
411
static void MockNapiFunctionCalls(shared_ptr<
AssistantMock
> insMoc, const string& path, napi_value rslt)
in MockNapiFunctionCalls()
434
static void MockNapiFunctionCallsForCopy(shared_ptr<
AssistantMock
> insMoc, napi_value rslt)
in MockNapiFunctionCallsForCopy()
447
static void MockNapiFunctionCallsForCopyFile(shared_ptr<
AssistantMock
> insMoc, const string& path, napi_value rslt)
in MockNapiFunctionCallsForCopyFile()
H
A
D
js_file_access_ext_ability_ex_test.cpp
178
static void CallListFileHeadSucceed(shared_ptr<
AssistantMock
> insMoc)
in CallListFileHeadSucceed()
304
static void CallCreateNativeValueSucceed(shared_ptr<
AssistantMock
> insMoc)
in CallCreateNativeValueSucceed()
H
A
D
js_file_access_ext_ability_other_test.cpp
1466
static void InvokeCreateNativeValueSucceed(shared_ptr<
AssistantMock
> insMoc)
in InvokeCreateNativeValueSucceed()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
rdb_assistant.h
187
class
AssistantMock
: public Assistant {
class
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H
A
D
clouddisk_rdbstore_test.cpp
42
static inline shared_ptr<
AssistantMock
> insMock = nullptr;
48
insMock = make_shared<
AssistantMock
>();
in SetUpTestCase()
Completed in 21 milliseconds