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
defs:notice
(Results
1 - 14
of
14
) sorted by relevance
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
mouse_location.cpp
103
void MouseLocation::OnSoftbusSessionClosed(const DSoftbusSessionClosed &
notice
)
in OnSoftbusSessionClosed()
argument
118
void MouseLocation::OnSubscribeMouseLocation(const DSoftbusSubscribeMouseLocation &
notice
)
in OnSubscribeMouseLocation()
argument
135
OnUnSubscribeMouseLocation(const DSoftbusUnSubscribeMouseLocation &
notice
)
OnUnSubscribeMouseLocation()
argument
156
OnReplySubscribeMouseLocation(const DSoftbusReplySubscribeMouseLocation &
notice
)
OnReplySubscribeMouseLocation()
argument
169
OnReplyUnSubscribeMouseLocation(const DSoftbusReplyUnSubscribeMouseLocation &
notice
)
OnReplyUnSubscribeMouseLocation()
argument
182
OnRemoteMouseLocation(const DSoftbusSyncMouseLocation &
notice
)
OnRemoteMouseLocation()
argument
[all...]
H
A
D
input_device_mgr.cpp
52
void InputDeviceMgr::OnSoftbusSessionOpened(const DSoftbusSessionOpened &
notice
)
in OnSoftbusSessionOpened()
argument
58
void InputDeviceMgr::OnSoftbusSessionClosed(const DSoftbusSessionClosed &
notice
)
in OnSoftbusSessionClosed()
argument
64
void InputDeviceMgr::OnLocalHotPlug(const InputHotplugEvent &
notice
)
in OnLocalHotPlug()
argument
70
void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice &
notice
)
in OnRemoteInputDevice()
argument
80
void InputDeviceMgr::OnRemoteHotPlug(const DSoftbusHotPlugEvent &
notice
)
in OnRemoteHotPlug()
argument
105
HandleRemoteHotPlug(const DSoftbusHotPlugEvent &
notice
)
HandleRemoteHotPlug()
argument
148
BroadcastHotPlugToRemote(const InputHotplugEvent &
notice
)
BroadcastHotPlugToRemote()
argument
[all...]
H
A
D
event_manager.cpp
196
void EventManager::GetCooperateState(const CooperateStateNotice &
notice
)
in GetCooperateState()
argument
235
NotifyCooperateMessage(const CooperateNotice &
notice
)
NotifyCooperateMessage()
argument
254
NotifyCooperateState(const CooperateStateNotice &
notice
)
NotifyCooperateState()
argument
[all...]
H
A
D
cooperate_free.cpp
119
StartCooperateEvent
notice
= std::get<StartCooperateEvent>(event.event);
in OnStart()
local
188
DSoftbusStartCooperate
notice
= std::get<DSoftbusStartCooperate>(event.event);
in OnRemoteStart()
local
203
InputPointerEvent
notice
= std::get<InputPointerEvent>(event.event);
OnPointerEvent()
local
[all...]
H
A
D
cooperate_in.cpp
219
DSoftbusStartCooperate
notice
= std::get<DSoftbusStartCooperate>(event.event);
in OnRemoteStart()
local
240
DSoftbusStopCooperate
notice
= std::get<DSoftbusStopCooperate>(event.event);
OnRemoteStop()
local
264
InputPointerEvent
notice
= std::get<InputPointerEvent>(event.event);
OnPointerEvent()
local
278
DDMBoardOfflineEvent
notice
= std::get<DDMBoardOfflineEvent>(event.event);
OnBoardOffline()
local
289
DDPCooperateSwitchChanged
notice
= std::get<DDPCooperateSwitchChanged>(event.event);
OnSwitchChanged()
local
300
DSoftbusSessionClosed
notice
= std::get<DSoftbusSessionClosed>(event.event);
OnSoftbusSessionClosed()
local
314
DSoftbusSyncInputDevice
notice
= std::get<DSoftbusSyncInputDevice>(event.event);
OnRemoteInputDevice()
local
324
DSoftbusHotPlugEvent
notice
= std::get<DSoftbusHotPlugEvent>(event.event);
OnRemoteHotPlug()
local
333
UpdateCooperateFlagEvent
notice
= std::get<UpdateCooperateFlagEvent>(event.event);
OnUpdateCooperateFlag()
local
415
DSoftbusStartCooperate
notice
= std::get<DSoftbusStartCooperate>(event.event);
OnRemoteStart()
local
440
DSoftbusStopCooperate
notice
= std::get<DSoftbusStopCooperate>(event.event);
OnRemoteStop()
local
464
InputPointerEvent
notice
= std::get<InputPointerEvent>(event.event);
OnPointerEvent()
local
478
DDMBoardOfflineEvent
notice
= std::get<DDMBoardOfflineEvent>(event.event);
OnBoardOffline()
local
492
DDPCooperateSwitchChanged
notice
= std::get<DDPCooperateSwitchChanged>(event.event);
OnSwitchChanged()
local
508
DSoftbusSessionClosed
notice
= std::get<DSoftbusSessionClosed>(event.event);
OnSoftbusSessionClosed()
local
522
DSoftbusRelayCooperateFinished
notice
= std::get<DSoftbusRelayCooperateFinished>(event.event);
OnResponse()
local
[all...]
H
A
D
cooperate_out.cpp
167
DSoftbusComeBack
notice
= std::get<DSoftbusComeBack>(event.event);
in OnComeBack()
local
188
DSoftbusStartCooperate
notice
in OnRemoteStart()
local
217
DSoftbusStopCooperate
notice
= std::get<DSoftbusStopCooperate>(event.event);
OnRemoteStop()
local
233
DSoftbusRelayCooperate
notice
= std::get<DSoftbusRelayCooperate>(event.event);
OnRelay()
local
261
InputHotplugEvent
notice
= std::get<InputHotplugEvent>(event.event);
OnHotplug()
local
279
InputPointerEvent
notice
= std::get<InputPointerEvent>(event.event);
OnPointerEvent()
local
292
DDMBoardOfflineEvent
notice
= std::get<DDMBoardOfflineEvent>(event.event);
OnBoardOffline()
local
303
DDPCooperateSwitchChanged
notice
= std::get<DDPCooperateSwitchChanged>(event.event);
OnSwitchChanged()
local
314
DSoftbusSessionClosed
notice
= std::get<DSoftbusSessionClosed>(event.event);
OnSoftbusSessionClosed()
local
[all...]
H
A
D
cooperate.cpp
366
SetDamplingCoefficientEvent
notice
= std::get<SetDamplingCoefficientEvent>(event.event);
in SetDamplingCoefficient()
local
H
A
D
state_machine.cpp
219
AddObserverEvent
notice
= std::get<AddObserverEvent>(event.event);
in AddObserver()
local
225
RemoveObserverEvent
notice
= std::get<RemoveObserverEvent>(event.event);
in RemoveObserver()
local
231
RegisterListenerEvent
notice
= std::get<RegisterListenerEvent>(event.event);
in RegisterListener()
local
237
UnregisterListenerEvent
notice
= std::get<UnregisterListenerEvent>(event.event);
in UnregisterListener()
local
243
RegisterHotareaListenerEvent
notice
= std::get<RegisterHotareaListenerEvent>(event.event);
in RegisterHotAreaListener()
local
249
UnregisterHotareaListenerEvent
notice
= std::get<UnregisterHotareaListenerEvent>(event.event);
UnregisterHotAreaListener()
local
328
ClientDiedEvent
notice
= std::get<ClientDiedEvent>(event.event);
OnProcessClientDied()
local
337
RegisterEventListenerEvent
notice
= std::get<RegisterEventListenerEvent>(event.event);
RegisterEventListener()
local
343
UnregisterEventListenerEvent
notice
= std::get<UnregisterEventListenerEvent>(event.event);
UnregisterEventListener()
local
375
DDPCooperateSwitchChanged
notice
= std::get<DDPCooperateSwitchChanged>(event.event);
OnProfileChanged()
local
393
DSoftbusSessionClosed
notice
= std::get<DSoftbusSessionClosed>(event.event);
OnSoftbusSessionClosed()
local
404
DSoftbusSessionOpened
notice
= std::get<DSoftbusSessionOpened>(event.event);
OnSoftbusSessionOpened()
local
412
InputHotplugEvent
notice
= std::get<InputHotplugEvent>(event.event);
OnHotPlugEvent()
local
420
DSoftbusSyncInputDevice
notice
= std::get<DSoftbusSyncInputDevice>(event.event);
OnRemoteInputDevice()
local
428
DSoftbusHotPlugEvent
notice
= std::get<DSoftbusHotPlugEvent>(event.event);
OnRemoteHotPlug()
local
436
DSoftbusSubscribeMouseLocation
notice
= std::get<DSoftbusSubscribeMouseLocation>(event.event);
OnSoftbusSubscribeMouseLocation()
local
443
DSoftbusUnSubscribeMouseLocation
notice
= std::get<DSoftbusUnSubscribeMouseLocation>(event.event);
OnSoftbusUnSubscribeMouseLocation()
local
450
DSoftbusReplySubscribeMouseLocation
notice
= std::get<DSoftbusReplySubscribeMouseLocation>(event.event);
OnSoftbusReplySubscribeMouseLocation()
local
457
DSoftbusReplyUnSubscribeMouseLocation
notice
= std::get<DSoftbusReplyUnSubscribeMouseLocation>(event.event);
OnSoftbusReplyUnSubscribeMouseLocation()
local
464
DSoftbusSyncMouseLocation
notice
= std::get<DSoftbusSyncMouseLocation>(event.event);
OnSoftbusMouseLocation()
local
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
widget_json_test.cpp
303
WidgetNotice
notice
= root.get<WidgetNotice>();
in HWTEST_F()
local
311
WidgetNotice
notice
= root.get<WidgetNotice>();
in HWTEST_F()
local
319
WidgetNotice
notice
= root.get<WidgetNotice>();
in HWTEST_F()
local
328
WidgetNotice
notice
= root.get<WidgetNotice>();
in HWTEST_F()
local
335
WidgetNotice
notice
= root.get<WidgetNotice>();
HWTEST_F()
local
342
WidgetNotice
notice
= root.get<WidgetNotice>();
HWTEST_F()
local
349
WidgetNotice
notice
= root.get<WidgetNotice>();
HWTEST_F()
local
357
WidgetNotice
notice
= root.get<WidgetNotice>();
HWTEST_F()
local
364
WidgetNotice
notice
= root.get<WidgetNotice>();
HWTEST_F()
local
[all...]
/base/security/device_security_level/services/dfx/
H
A
D
dslm_hidumper.c
287
char *
notice
= timeVal.tv_sec <= YEAR_TIME_2023 ? "(please check the system time)" : "";
in PrintDefaultStatus()
local
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H
A
D
user_auth_client_test.cpp
656
int32_t
notice
= UserAuthClientImpl::Instance().Notice(NoticeType::WIDGET_NOTICE, "
notice
");
in HWTEST_F()
local
662
int32_t
notice
= UserAuthClientImpl::Instance().Notice((enum NoticeType)0, "
notice
");
in HWTEST_F()
local
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_client.cpp
71
WidgetNotice
notice
= root.get<WidgetNotice>();
in OnNotice()
local
93
ProcessNotice(const WidgetNotice &
notice
, std::vector<AuthType> &authTypeList)
ProcessNotice()
argument
269
GetAuthTypeList(const WidgetNotice &
notice
, std::vector<AuthType> &authTypeList)
GetAuthTypeList()
argument
302
IsValidNoticeType(const WidgetNotice &
notice
)
IsValidNoticeType()
argument
[all...]
H
A
D
widget_json.cpp
243
void to_json(nlohmann::json &jsonNotice, const WidgetNotice &
notice
)
in to_json()
argument
265
from_json(const nlohmann::json &jsonNotice, WidgetNotice &
notice
)
from_json()
argument
[all...]
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
cooperate_plugin_test.cpp
728
ClientDiedEvent
notice
= std::get<ClientDiedEvent>(event.event);
in HWTEST_F()
local
761
DSoftbusSyncMouseLocation
notice
= std::get<DSoftbusSyncMouseLocation>(event.event);
in HWTEST_F()
local
786
DDMBoardOnlineEvent
notice
= std::get<DDMBoardOnlineEvent>(event.event);
in HWTEST_F()
local
820
DDMBoardOnlineEvent
notice
= std::get<DDMBoardOnlineEvent>(event.event);
in HWTEST_F()
local
2520
DSoftbusSessionOpened
notice
= {
in HWTEST_F()
local
[all...]
Completed in 12 milliseconds