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:CbCustomizeTest2
(Results
1 - 3
of
3
) sorted by relevance
/base/security/access_token/test/fuzztest/innerkits/accesstoken/registerpermstatechangecallback_fuzzer/
H
A
D
registerpermstatechangecallback_fuzzer.cpp
27
class
CbCustomizeTest2
: public PermStateChangeCallbackCustomize {
class
29
explicit
CbCustomizeTest2
(const PermStateChangeScope &scopeInfo)
in CbCustomizeTest2()
function in CbCustomizeTest2
34
~
CbCustomizeTest2
()
in ~CbCustomizeTest2()
56
auto callbackPtr = std::make_shared<
CbCustomizeTest2
>(scopeInfo);
in RegisterPermStateChangeCallbackFuzzTest()
/base/security/access_token/test/fuzztest/services/accesstoken/registerpermstatechangecallbackstub_fuzzer/
H
A
D
registerpermstatechangecallbackstub_fuzzer.cpp
30
class
CbCustomizeTest2
: public PermStateChangeCallbackCustomize {
class
32
explicit
CbCustomizeTest2
(const PermStateChangeScope &scopeInfo)
in CbCustomizeTest2()
function in CbCustomizeTest2
37
~
CbCustomizeTest2
()
in ~CbCustomizeTest2()
62
auto callbackPtr = std::make_shared<
CbCustomizeTest2
>(scopeInfo);
in RegisterPermStateChangeCallbackStubFuzzTest()
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/
H
A
D
privacy_kit_test.cpp
1050
class
CbCustomizeTest2
: public PermActiveStatusCustomizedCbk {
class
1052
explicit
CbCustomizeTest2
(const std::vector<std::string> &permList)
in CbCustomizeTest2()
function in CbCustomizeTest2
1055
GTEST_LOG_(INFO) << "
CbCustomizeTest2
create";
in CbCustomizeTest2()
1058
~
CbCustomizeTest2
()
in ~CbCustomizeTest2()
1064
GTEST_LOG_(INFO) << "
CbCustomizeTest2
ActiveChangeResponse";
in ActiveStatusChangeCallback()
1065
GTEST_LOG_(INFO) << "
CbCustomizeTest2
tokenid " << result.tokenID;
in ActiveStatusChangeCallback()
1066
GTEST_LOG_(INFO) << "
CbCustomizeTest2
permissionName " << result.permissionName;
in ActiveStatusChangeCallback()
1067
GTEST_LOG_(INFO) << "
CbCustomizeTest2
deviceId " << result.deviceId;
in ActiveStatusChangeCallback()
1068
GTEST_LOG_(INFO) << "
CbCustomizeTest2
type " << result.type;
in ActiveStatusChangeCallback()
1148
auto callbackPtr2 = std::make_shared<
CbCustomizeTest2
>(permList
in HWTEST_F()
[all...]
Completed in 3 milliseconds