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:mock
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/mocks/inc/
H
A
D
c_mocker.h
85
auto *
mock
= cls::GetInstance(); \
88
if (
mock
!= nullptr && stub != nullptr) { \
89
ON_CALL(*
mock
, method).WillByDefault(stub); \
92
if (
mock
!= nullptr) { \
93
return
mock
->method(GMOCK_PP_REPEAT(GMOCK_INTERNAL_FORWARD_ARG, signature, count)); \
/drivers/peripheral/user_auth/test/unittest/attribute_test/
H
A
D
attribute_test.cpp
53
MockMemMgr
mock
;
in HWTEST_F()
local
54
EXPECT_CALL(
mock
, Malloc(_))
in HWTEST_F()
64
EXPECT_CALL(
mock
, Free(_))
in HWTEST_F()
275
MockMemMgr
mock
;
in HWTEST_F()
local
276
EXPECT_CALL(
mock
, Malloc(_))
in HWTEST_F()
286
EXPECT_CALL(
mock
, Free(_))
in HWTEST_F()
381
MockMemMgr
mock
;
in HWTEST_F()
local
382
EXPECT_CALL(
mock
, Malloc(_))
in HWTEST_F()
392
EXPECT_CALL(
mock
, Free(_))
in HWTEST_F()
457
MockMemMgr
mock
;
in HWTEST_F()
local
[all...]
Completed in 2 milliseconds