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:RadarInfo
(Results
1 - 22
of
22
) sorted by relevance
/foundation/distributedhardware/device_manager/radar/include/
H
A
D
dm_radar_helper.h
130
struct
RadarInfo
{
struct in OHOS::DistributedHardware::Module
156
virtual bool ReportDiscoverRegCallback(struct
RadarInfo
&info) = 0;
157
virtual bool ReportDiscoverResCallback(struct
RadarInfo
&info) = 0;
158
virtual bool ReportDiscoverUserRes(struct
RadarInfo
&info) = 0;
160
virtual bool ReportAuthOpenSession(struct
RadarInfo
&info) = 0;
161
virtual bool ReportAuthSessionOpenCb(struct
RadarInfo
&info) = 0;
162
virtual bool ReportAuthSendRequest(struct
RadarInfo
&info) = 0;
163
virtual bool ReportAuthPullAuthBox(struct
RadarInfo
&info) = 0;
164
virtual bool ReportAuthConfirmBox(struct
RadarInfo
&info) = 0;
165
virtual bool ReportAuthCreateGroup(struct
RadarInfo
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/include/
H
A
D
dp_radar_helper.h
98
struct
RadarInfo
{
struct
112
bool ReportCheckDpSa(struct
RadarInfo
info);
113
bool ReportLoadDpSa(struct
RadarInfo
info);
114
bool ReportLoadDpSaCb(struct
RadarInfo
info);
115
bool ReportSaCheckAuth(struct
RadarInfo
info);
116
bool ReportGetData(struct
RadarInfo
info);
117
bool ReportAddData(struct
RadarInfo
info);
118
bool ReportDeleteData(struct
RadarInfo
info);
119
bool ReportSubscribeData(struct
RadarInfo
info);
120
bool ReportNotifyDataChange(struct
RadarInfo
inf
[all...]
/foundation/distributedhardware/device_manager/radar/src/lite/
H
A
D
dm_radar_helper.cpp
29
bool DmRadarHelper::ReportDiscoverRegCallback(struct
RadarInfo
&info)
in ReportDiscoverRegCallback()
34
bool DmRadarHelper::ReportDiscoverResCallback(struct
RadarInfo
&info)
in ReportDiscoverResCallback()
39
bool DmRadarHelper::ReportDiscoverUserRes(struct
RadarInfo
&info)
in ReportDiscoverUserRes()
49
bool DmRadarHelper::ReportAuthOpenSession(struct
RadarInfo
&info)
in ReportAuthOpenSession()
54
bool DmRadarHelper::ReportAuthSessionOpenCb(struct
RadarInfo
&info)
in ReportAuthSessionOpenCb()
59
bool DmRadarHelper::ReportAuthSendRequest(struct
RadarInfo
&info)
in ReportAuthSendRequest()
64
bool DmRadarHelper::ReportAuthPullAuthBox(struct
RadarInfo
&info)
in ReportAuthPullAuthBox()
69
bool DmRadarHelper::ReportAuthConfirmBox(struct
RadarInfo
&info)
in ReportAuthConfirmBox()
74
bool DmRadarHelper::ReportAuthCreateGroup(struct
RadarInfo
&info)
in ReportAuthCreateGroup()
84
bool DmRadarHelper::ReportAuthPullPinBox(struct
RadarInfo
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
dm_radar_helper_test.cpp
40
struct
RadarInfo
info = { 0 };
in HWTEST_F()
48
struct
RadarInfo
info = { 0 };
in HWTEST_F()
56
struct
RadarInfo
info = { 0 };
in HWTEST_F()
64
struct
RadarInfo
info = { 0 };
in HWTEST_F()
71
struct
RadarInfo
info = { 0 };
in HWTEST_F()
83
struct
RadarInfo
info = { 0 };
in HWTEST_F()
90
struct
RadarInfo
info = { 0 };
in HWTEST_F()
97
struct
RadarInfo
info = { 0 };
in HWTEST_F()
104
struct
RadarInfo
info = { 0 };
in HWTEST_F()
111
struct
RadarInfo
inf
in HWTEST_F()
[all...]
H
A
D
UTTest_dm_auth_manager_third.cpp
80
bool DmRadarHelper::ReportAuthConfirmBox(struct
RadarInfo
&info)
in ReportAuthConfirmBox()
85
bool DmRadarHelper::ReportAuthInputPinBox(struct
RadarInfo
&info)
in ReportAuthInputPinBox()
H
A
D
UTTest_dm_auth_manager_first.cpp
35
bool DmRadarHelper::ReportAuthOpenSession(struct
RadarInfo
&info)
in ReportAuthOpenSession()
40
bool DmRadarHelper::ReportAuthConfirmBox(struct
RadarInfo
&info)
in ReportAuthConfirmBox()
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H
A
D
dp_radar_helper_test.cpp
39
struct
RadarInfo
info = { 0 };
in HWTEST_F()
47
struct
RadarInfo
info = { 0 };
in HWTEST_F()
55
struct
RadarInfo
info = { 0 };
in HWTEST_F()
63
struct
RadarInfo
info = { 0 };
in HWTEST_F()
71
struct
RadarInfo
info = { 0 };
in HWTEST_F()
78
struct
RadarInfo
info = { 0 };
in HWTEST_F()
86
struct
RadarInfo
info = { 0 };
in HWTEST_F()
94
struct
RadarInfo
info = { 0 };
in HWTEST_F()
102
struct
RadarInfo
info = { 0 };
in HWTEST_F()
109
struct
RadarInfo
inf
in HWTEST_F()
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/src/
H
A
D
dp_radar_helper.cpp
24
bool DpRadarHelper::ReportCheckDpSa(struct
RadarInfo
info)
in ReportCheckDpSa()
59
bool DpRadarHelper::ReportLoadDpSa(struct
RadarInfo
info)
in ReportLoadDpSa()
93
bool DpRadarHelper::ReportLoadDpSaCb(struct
RadarInfo
info)
in ReportLoadDpSaCb()
127
bool DpRadarHelper::ReportSaCheckAuth(struct
RadarInfo
info)
in ReportSaCheckAuth()
160
bool DpRadarHelper::ReportGetData(struct
RadarInfo
info)
in ReportGetData()
199
bool DpRadarHelper::ReportAddData(struct
RadarInfo
info)
in ReportAddData()
238
bool DpRadarHelper::ReportDeleteData(struct
RadarInfo
info)
in ReportDeleteData()
277
bool DpRadarHelper::ReportSubscribeData(struct
RadarInfo
info)
in ReportSubscribeData()
312
bool DpRadarHelper::ReportNotifyDataChange(struct
RadarInfo
info)
in ReportNotifyDataChange()
330
bool DpRadarHelper::ReportUnsbscribeData(struct
RadarInfo
inf
[all...]
/foundation/filemanagement/dfs_service/utils/system/include/
H
A
D
utils_directory.h
63
struct
RadarInfo
{
struct in OHOS::Storage::DistributedFile::Utils::BizStage::StageRes::BizState
79
void RadarDotsReportOpenSession(struct
RadarInfo
&info);
82
void RadarDotsReportSendFile(struct
RadarInfo
&info);
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H
A
D
distributed_device_profile_service.cpp
88
struct
RadarInfo
info = {
in PutDeviceProfile()
122
struct
RadarInfo
info = {
in GetDeviceProfile()
142
struct
RadarInfo
info = {
in DeleteDeviceProfile()
163
struct
RadarInfo
info = {
in SubscribeProfileEvents()
179
struct
RadarInfo
info = {
in UnsubscribeProfileEvents()
195
struct
RadarInfo
info = {
in SyncDeviceProfile()
/foundation/distributedhardware/device_manager/radar/src/
H
A
D
dm_radar_helper.cpp
38
bool DmRadarHelper::ReportDiscoverRegCallback(struct
RadarInfo
&info)
in ReportDiscoverRegCallback()
79
bool DmRadarHelper::ReportDiscoverResCallback(struct
RadarInfo
&info)
in ReportDiscoverResCallback()
124
bool DmRadarHelper::ReportDiscoverUserRes(struct
RadarInfo
&info)
in ReportDiscoverUserRes()
200
bool DmRadarHelper::ReportAuthOpenSession(struct
RadarInfo
&info)
in ReportAuthOpenSession()
247
bool DmRadarHelper::ReportAuthSessionOpenCb(struct
RadarInfo
&info)
in ReportAuthSessionOpenCb()
268
bool DmRadarHelper::ReportAuthSendRequest(struct
RadarInfo
&info)
in ReportAuthSendRequest()
290
bool DmRadarHelper::ReportAuthPullAuthBox(struct
RadarInfo
&info)
in ReportAuthPullAuthBox()
308
bool DmRadarHelper::ReportAuthConfirmBox(struct
RadarInfo
&info)
in ReportAuthConfirmBox()
341
bool DmRadarHelper::ReportAuthCreateGroup(struct
RadarInfo
&info)
in ReportAuthCreateGroup()
413
bool DmRadarHelper::ReportAuthPullPinBox(struct
RadarInfo
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
73
struct
RadarInfo
info = {
in LoadDeviceProfileService()
102
struct
RadarInfo
info = {
in LoadSystemAbilitySuccess()
124
struct
RadarInfo
info = {
in LoadSystemAbilityFail()
312
struct
RadarInfo
info = {
in GetDeviceProfileService()
/foundation/filemanagement/dfs_service/utils/system/src/
H
A
D
utils_directory.cpp
88
void RadarDotsReportOpenSession(struct
RadarInfo
&info)
in RadarDotsReportOpenSession()
125
struct
RadarInfo
info = {
in RadarDotsOpenSession()
135
void RadarDotsReportSendFile(struct
RadarInfo
&info)
in RadarDotsReportSendFile()
172
struct
RadarInfo
info = {
in RadarDotsSendFile()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H
A
D
subscribe_manager.cpp
96
struct
RadarInfo
info = {
in SubscribeProfileEvents()
131
struct
RadarInfo
info = {
in UnsubscribeProfileEvents()
H
A
D
profile_sync_handler.cpp
54
struct
RadarInfo
info = {
in NotifySyncCompleted()
H
A
D
profile_change_handler.cpp
159
struct
RadarInfo
info = {
in NotifyProfileChanged()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H
A
D
softbus_connector.cpp
178
struct
RadarInfo
info = {
in StartDiscovery()
215
struct
RadarInfo
info = {
in StartDiscovery()
239
struct
RadarInfo
info = {
in StopDiscovery()
464
struct
RadarInfo
info = {
in OnSoftbusDeviceFound()
513
struct
RadarInfo
info = {
in OnSoftbusDeviceDiscovery()
545
struct
RadarInfo
info = {
in OnSoftbusDiscoveryResult()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
device_profile_storage_manager.cpp
179
struct
RadarInfo
info = {
in PutDeviceProfile()
231
struct
RadarInfo
info = {
in GetDeviceProfile()
303
struct
RadarInfo
info = {
in DeleteDeviceProfile()
399
struct
RadarInfo
info = {
in SyncDeviceProfile()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H
A
D
softbus_listener.cpp
254
struct
RadarInfo
radarInfo = {
in OnSoftbusDeviceOnline()
302
struct
RadarInfo
radarInfo = {
in OnSoftbusDeviceOffline()
407
struct
RadarInfo
info = {
in OnSoftbusDeviceFound()
549
struct
RadarInfo
info = {
in RefreshSoftbusLNN()
580
struct
RadarInfo
info = {
in StopRefreshSoftbusLNN()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
308
struct
RadarInfo
info = {
in UnAuthenticateDevice()
469
struct
RadarInfo
info = { .funcName = "OnSessionOpened" };
in OnSessionOpened()
717
struct
RadarInfo
info = {
in EstablishAuthChannel()
1058
struct
RadarInfo
info = {
in StartAuthProcess()
1160
struct
RadarInfo
info = {
in AddMember()
1413
struct
RadarInfo
info = {
in ShowConfigDialog()
1434
struct
RadarInfo
info = {
in ShowAuthInfoDialog()
1533
struct
RadarInfo
info = {
in OnUserOperation()
1682
struct
RadarInfo
info = {
in BindTarget()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
159
struct
RadarInfo
info = {
in CreateGroup()
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl.cpp
326
struct
RadarInfo
info = {
in OnSessionOpened()
Completed in 22 milliseconds