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:IsFuncNeedMock
(Results
1 - 5
of
5
) sorted by relevance
/base/security/dlp_permission_service/frameworks/test/mock/
H
A
D
openssl_mock.cpp
73
if (
IsFuncNeedMock
("RAND_bytes")) {
in RAND_bytes()
86
if (
IsFuncNeedMock
("EVP_aes_128_ctr")) {
in EVP_aes_128_ctr()
99
if (
IsFuncNeedMock
("EVP_aes_192_ctr")) {
in EVP_aes_192_ctr()
112
if (
IsFuncNeedMock
("EVP_aes_256_ctr")) {
in EVP_aes_256_ctr()
125
if (
IsFuncNeedMock
("ERR_get_error")) {
in ERR_get_error()
138
if (
IsFuncNeedMock
("ERR_error_string_n")) {
in ERR_error_string_n()
151
if (
IsFuncNeedMock
("EVP_CIPHER_CTX_new")) {
in EVP_CIPHER_CTX_new()
165
if (
IsFuncNeedMock
("EVP_EncryptInit_ex")) {
in EVP_EncryptInit_ex()
179
if (
IsFuncNeedMock
("EVP_DecryptInit_ex")) {
in EVP_DecryptInit_ex()
192
if (
IsFuncNeedMock
("EVP_CIPHER_CTX_fre
in EVP_CIPHER_CTX_free()
[all...]
H
A
D
file_io_mock.cpp
33
if (
IsFuncNeedMock
("lseek")) {
in lseek()
46
if (
IsFuncNeedMock
("write")) {
in write()
59
if (
IsFuncNeedMock
("ftruncate")) {
in ftruncate()
73
if (
IsFuncNeedMock
("memcpy_s")) {
in memcpy_s()
H
A
D
c_mock_common.h
39
bool
IsFuncNeedMock
(const std::string& funcName);
H
A
D
c_mock_common.cpp
22
bool
IsFuncNeedMock
(const std::string& funcName)
in IsFuncNeedMock()
function
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H
A
D
fuse_mock.cpp
62
if (
IsFuncNeedMock
(__func__)) {
in fuse_opt_add_arg()
79
if (
IsFuncNeedMock
(__func__)) {
in fuse_opt_free_args()
97
if (
IsFuncNeedMock
(__func__)) {
in fuse_session_new()
113
if (
IsFuncNeedMock
(__func__)) {
in fuse_session_mount()
130
if (
IsFuncNeedMock
(__func__)) {
in fuse_session_destroy()
147
if (
IsFuncNeedMock
(__func__)) {
in fuse_session_loop()
164
if (
IsFuncNeedMock
(__func__)) {
in fuse_reply_err()
181
if (
IsFuncNeedMock
(__func__)) {
in fuse_reply_entry()
198
if (
IsFuncNeedMock
(__func__)) {
in fuse_reply_attr()
215
if (
IsFuncNeedMock
(__func_
in fuse_reply_open()
[all...]
Completed in 2 milliseconds