Home
last modified time | relevance | path

Searched defs:notice (Results 1 - 14 of 14) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dmouse_location.cpp103 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 Dinput_device_mgr.cpp52 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 Devent_manager.cpp196 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 Dcooperate_free.cpp119 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 Dcooperate_in.cpp219 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 Dcooperate_out.cpp167 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 Dcooperate.cpp366 SetDamplingCoefficientEvent notice = std::get<SetDamplingCoefficientEvent>(event.event); in SetDamplingCoefficient() local
H A Dstate_machine.cpp219 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 Dwidget_json_test.cpp303 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 Ddslm_hidumper.c287 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 Duser_auth_client_test.cpp656 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 Dwidget_client.cpp71 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 Dwidget_json.cpp243 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 Dcooperate_plugin_test.cpp728 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