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:onGroupCreated
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/
H
A
D
auth_hichain.h
34
void (*
onGroupCreated
)(const char *groupId, int32_t groupType);
member
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_device.c
414
if (g_groupChangeListener.
onGroupCreated
!= NULL) {
in OnGroupCreated()
415
g_groupChangeListener.
onGroupCreated
(groupId, groupType);
in OnGroupCreated()
437
.
onGroupCreated
= OnGroupCreated,
in RetryRegTrustDataChangeListener()
457
.
onGroupCreated
= OnGroupCreated,
in RegTrustListenerOnHichainSaStart()
478
g_groupChangeListener.
onGroupCreated
= listener->
onGroupCreated
;
in RegGroupChangeListener()
486
g_groupChangeListener.
onGroupCreated
= NULL;
in UnregGroupChangeListener()
H
A
D
auth_hichain.c
310
if (g_dataChangeListener.
onGroupCreated
!= NULL) {
in OnGroupCreated()
311
g_dataChangeListener.
onGroupCreated
(info.groupId, (int32_t)info.groupType);
in OnGroupCreated()
388
hichainListener.
onGroupCreated
= OnGroupCreated;
in RegTrustDataChangeListener()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_hichain_test.cpp
97
g_dataChangeListener.
onGroupCreated
= nullptr;
in HWTEST_F()
99
g_dataChangeListener.
onGroupCreated
= OnGroupCreatedTest;
in HWTEST_F()
H
A
D
auth_test.cpp
128
.
onGroupCreated
= OnGroupCreated,
in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H
A
D
auth_interface.h
141
void (*
onGroupCreated
)(const char *groupId, int32_t groupType);
member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
device_auth.h
132
void (*
onGroupCreated
)(const char *groupInfo);
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H
A
D
lnn_network_manager.c
469
.
onGroupCreated
= OnGroupCreated,
Completed in 8 milliseconds