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:unRegCallback
(Results
1 - 11
of
11
) sorted by relevance
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservunregcallback_fuzzer/
H
A
D
devauthservunregcallback_fuzzer.cpp
31
gmInstance->
unRegCallback
(appId.c_str());
in FuzzDoUnregCallback()
/base/security/device_auth/test/fuzztest/group_manage/unregistercallback_fuzzer/
H
A
D
unregistercallback_fuzzer.cpp
29
gmInstance->
unRegCallback
(appId.c_str());
in FuzzDoUnregisterCallback()
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H
A
D
account_lifecycle_plugin_proxy.c
114
g_accountPluginCtx->
unRegCallback
= gmInstace->
unRegCallback
;
in InitAccountLifecyclePluginCtx()
/base/security/device_auth/interfaces/inner_api/
H
A
D
device_auth_ext.h
128
int32_t (*
unRegCallback
)(const char *appId);
member
H
A
D
device_auth.h
241
int32_t (*
unRegCallback
)(const char *appId);
member
/base/security/device_auth/test/unittest/deviceauth/source/
H
A
D
device_auth_ipc_test.cpp
544
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUpTestCase()
1465
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUpTestCase()
1538
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUpTestCase()
1601
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUpTestCase()
1675
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUp()
1738
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUp()
1980
ret = gm->
unRegCallback
(TEST_APP_ID);
in SetUp()
2057
ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
2065
int32_t ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
2073
int32_t ret = gm->
unRegCallback
(nullpt
in HWTEST_F()
[all...]
H
A
D
deviceauth_standard_test.cpp
474
ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
482
int32_t ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
490
int32_t ret = gm->
unRegCallback
(nullptr);
in HWTEST_F()
H
A
D
deviceauth_func_test.cpp
1873
ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
1879
ret = gm->
unRegCallback
(TEST_APP_ID);
in HWTEST_F()
/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/
H
A
D
devauthfunc_fuzzer.cpp
529
ret = gm->
unRegCallback
(TEST_APP_ID);
in DevAuthTestCase004()
/base/security/device_auth/services/
H
A
D
device_auth.c
1617
g_groupManagerInstance->
unRegCallback
= UnRegGroupManagerCallback;
in GetGmInstance()
/base/security/device_auth/frameworks/src/
H
A
D
ipc_sdk.c
1409
gmMethodObj->
unRegCallback
= IpcGmUnRegCallback;
in InitIpcGmMethods()
Completed in 34 milliseconds