Home
last modified time | relevance | path

Searched defs:notice (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Devent_manager.cpp65 CooperateNotice notice { in EnableCooperate() local
77 CooperateNotice notice { in DisableCooperate() local
101 CooperateNotice notice { in StartCooperateFinish() local
148 CooperateNotice notice { in StopCooperateFinish() local
185 void EventManager::GetCooperateState(const CooperateStateNotice &notice) in GetCooperateState()
198 CooperateNotice notice { in OnCooperateMessage() local
224 void EventManager::NotifyCooperateMessage(const CooperateNotice &notice) in NotifyCooperateMessage()
239 void EventManager::NotifyCooperateState(const CooperateStateNotice &notice) in NotifyCooperateState()
H A Dcooperate_in.cpp169 DSoftbusComeBack notice { in OnComeBack() local
207 DSoftbusStopCooperateFinished notice { in OnStop() local
239 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop() local
263 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
277 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
323 DSoftbusHotPlugEvent notice = std::get<DSoftbusHotPlugEvent>(event.event); in OnRemoteHotPlug() local
463 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
477 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
542 DSoftbusStartCooperate notice { in OnNormal() local
568 DSoftbusRelayCooperate notice { in OnProgress() local
[all …]
H A Dinput_device_mgr.cpp52 void InputDeviceMgr::OnSoftbusSessionOpened(const DSoftbusSessionOpened &notice) in OnSoftbusSessionOpened()
58 void InputDeviceMgr::OnSoftbusSessionClosed(const DSoftbusSessionClosed &notice) in OnSoftbusSessionClosed()
64 void InputDeviceMgr::OnLocalHotPlug(const InputHotplugEvent &notice) in OnLocalHotPlug()
70 void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice) in OnRemoteInputDevice()
80 void InputDeviceMgr::OnRemoteHotPlug(const DSoftbusHotPlugEvent &notice) in OnRemoteHotPlug()
105 void InputDeviceMgr::HandleRemoteHotPlug(const DSoftbusHotPlugEvent &notice) in HandleRemoteHotPlug()
148 void InputDeviceMgr::BroadcastHotPlugToRemote(const InputHotplugEvent &notice) in BroadcastHotPlugToRemote()
H A Dcooperate_out.cpp161 DSoftbusStopCooperateFinished notice { in OnStop() local
173 DSoftbusComeBack notice = std::get<DSoftbusComeBack>(event.event); in OnComeBack() local
195 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event); in OnRemoteStart() local
223 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop() local
239 DSoftbusRelayCooperate notice = std::get<DSoftbusRelayCooperate>(event.event); in OnRelay() local
267 InputHotplugEvent notice = std::get<InputHotplugEvent>(event.event); in OnHotplug() local
285 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
298 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
309 DDPCooperateSwitchChanged notice = std::get<DDPCooperateSwitchChanged>(event.event); in OnSwitchChanged() local
320 DSoftbusSessionClosed notice = std::get<DSoftbusSessionClosed>(event.event); in OnSoftbusSessionClosed() local
[all …]
H A Dstate_machine.cpp212 AddObserverEvent notice = std::get<AddObserverEvent>(event.event); in AddObserver() local
218 RemoveObserverEvent notice = std::get<RemoveObserverEvent>(event.event); in RemoveObserver() local
224 RegisterListenerEvent notice = std::get<RegisterListenerEvent>(event.event); in RegisterListener() local
230 UnregisterListenerEvent notice = std::get<UnregisterListenerEvent>(event.event); in UnregisterListener() local
309 EventManager::CooperateStateNotice notice { in GetCooperateState() local
321 ClientDiedEvent notice = std::get<ClientDiedEvent>(event.event); in OnProcessClientDied() local
386 DSoftbusSessionClosed notice = std::get<DSoftbusSessionClosed>(event.event); in OnSoftbusSessionClosed() local
397 DSoftbusSessionOpened notice = std::get<DSoftbusSessionOpened>(event.event); in OnSoftbusSessionOpened() local
405 InputHotplugEvent notice = std::get<InputHotplugEvent>(event.event); in OnHotPlugEvent() local
413 DSoftbusSyncInputDevice notice = std::get<DSoftbusSyncInputDevice>(event.event); in OnRemoteInputDevice() local
[all …]
H A Dmouse_location.cpp103 void MouseLocation::OnSoftbusSessionClosed(const DSoftbusSessionClosed &notice) in OnSoftbusSessionClosed()
118 void MouseLocation::OnSubscribeMouseLocation(const DSoftbusSubscribeMouseLocation &notice) in OnSubscribeMouseLocation()
135 void MouseLocation::OnUnSubscribeMouseLocation(const DSoftbusUnSubscribeMouseLocation &notice) in OnUnSubscribeMouseLocation()
156 void MouseLocation::OnReplySubscribeMouseLocation(const DSoftbusReplySubscribeMouseLocation &notice) in OnReplySubscribeMouseLocation()
169 …oid MouseLocation::OnReplyUnSubscribeMouseLocation(const DSoftbusReplyUnSubscribeMouseLocation &no… in OnReplyUnSubscribeMouseLocation()
182 void MouseLocation::OnRemoteMouseLocation(const DSoftbusSyncMouseLocation &notice) in OnRemoteMouseLocation()
H A Dcooperate_free.cpp122 StartCooperateEvent notice = std::get<StartCooperateEvent>(event.event); in OnStart() local
165 DSoftbusStopCooperateFinished notice { in OnStop() local
182 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event); in OnRemoteStart() local
198 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp169 DSoftbusComeBack notice { in OnComeBack() local
206 DSoftbusStopCooperateFinished notice { in OnStop() local
237 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop() local
261 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
275 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
321 DSoftbusHotPlugEvent notice = std::get<DSoftbusHotPlugEvent>(event.event); in OnRemoteHotPlug() local
461 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
475 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
540 DSoftbusStartCooperate notice { in OnNormal() local
565 DSoftbusRelayCooperate notice { in OnProgress() local
[all …]
H A Devent_manager.cpp66 CooperateNotice notice { in EnableCooperate() local
78 CooperateNotice notice { in DisableCooperate() local
183 void EventManager::GetCooperateState(const CooperateStateNotice &notice) in GetCooperateState()
196 CooperateNotice notice { in OnCooperateMessage() local
222 void EventManager::NotifyCooperateMessage(const CooperateNotice &notice) in NotifyCooperateMessage()
237 void EventManager::NotifyCooperateState(const CooperateStateNotice &notice) in NotifyCooperateState()
H A Dinput_device_mgr.cpp52 void InputDeviceMgr::OnSoftbusSessionOpened(const DSoftbusSessionOpened &notice) in OnSoftbusSessionOpened()
58 void InputDeviceMgr::OnSoftbusSessionClosed(const DSoftbusSessionClosed &notice) in OnSoftbusSessionClosed()
64 void InputDeviceMgr::OnLocalHotPlug(const InputHotplugEvent &notice) in OnLocalHotPlug()
70 void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice) in OnRemoteInputDevice()
80 void InputDeviceMgr::OnRemoteHotPlug(const DSoftbusHotPlugEvent &notice) in OnRemoteHotPlug()
105 void InputDeviceMgr::HandleRemoteHotPlug(const DSoftbusHotPlugEvent &notice) in HandleRemoteHotPlug()
148 void InputDeviceMgr::BroadcastHotPlugToRemote(const InputHotplugEvent &notice) in BroadcastHotPlugToRemote()
H A Dstate_machine.cpp212 AddObserverEvent notice = std::get<AddObserverEvent>(event.event); in AddObserver() local
218 RemoveObserverEvent notice = std::get<RemoveObserverEvent>(event.event); in RemoveObserver() local
224 RegisterListenerEvent notice = std::get<RegisterListenerEvent>(event.event); in RegisterListener() local
230 UnregisterListenerEvent notice = std::get<UnregisterListenerEvent>(event.event); in UnregisterListener() local
301 EventManager::CooperateStateNotice notice { in GetCooperateState() local
313 ClientDiedEvent notice = std::get<ClientDiedEvent>(event.event); in OnProcessClientDied() local
378 DSoftbusSessionClosed notice = std::get<DSoftbusSessionClosed>(event.event); in OnSoftbusSessionClosed() local
388 DSoftbusSessionOpened notice = std::get<DSoftbusSessionOpened>(event.event); in OnSoftbusSessionOpened() local
396 InputHotplugEvent notice = std::get<InputHotplugEvent>(event.event); in OnHotPlugEvent() local
404 DSoftbusSyncInputDevice notice = std::get<DSoftbusSyncInputDevice>(event.event); in OnRemoteInputDevice() local
[all …]
H A Dcooperate_out.cpp161 DSoftbusStopCooperateFinished notice { in OnStop() local
172 DSoftbusComeBack notice = std::get<DSoftbusComeBack>(event.event); in OnComeBack() local
194 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event); in OnRemoteStart() local
222 DSoftbusStopCooperate notice = std::get<DSoftbusStopCooperate>(event.event); in OnRemoteStop() local
238 DSoftbusRelayCooperate notice = std::get<DSoftbusRelayCooperate>(event.event); in OnRelay() local
266 InputHotplugEvent notice = std::get<InputHotplugEvent>(event.event); in OnHotplug() local
284 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent() local
296 DDMBoardOfflineEvent notice = std::get<DDMBoardOfflineEvent>(event.event); in OnBoardOffline() local
307 DDPCooperateSwitchChanged notice = std::get<DDPCooperateSwitchChanged>(event.event); in OnSwitchChanged() local
318 DSoftbusSessionClosed notice = std::get<DSoftbusSessionClosed>(event.event); in OnSoftbusSessionClosed() local
[all …]
H A Dmouse_location.cpp98 void MouseLocation::OnSubscribeMouseLocation(const DSoftbusSubscribeMouseLocation &notice) in OnSubscribeMouseLocation()
115 void MouseLocation::OnUnSubscribeMouseLocation(const DSoftbusUnSubscribeMouseLocation &notice) in OnUnSubscribeMouseLocation()
136 void MouseLocation::OnReplySubscribeMouseLocation(const DSoftbusReplySubscribeMouseLocation &notice) in OnReplySubscribeMouseLocation()
149 …oid MouseLocation::OnReplyUnSubscribeMouseLocation(const DSoftbusReplyUnSubscribeMouseLocation &no… in OnReplyUnSubscribeMouseLocation()
162 void MouseLocation::OnRemoteMouseLocation(const DSoftbusSyncMouseLocation &notice) in OnRemoteMouseLocation()
H A Dcooperate_free.cpp129 StartCooperateEvent notice = std::get<StartCooperateEvent>(event.event); in OnStart() local
169 StopCooperateEvent notice = std::get<StopCooperateEvent>(event.event); in OnStop() local
182 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event); in OnRemoteStart() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp303 WidgetNotice notice = root.get<WidgetNotice>(); variable
311 WidgetNotice notice = root.get<WidgetNotice>(); variable
319 WidgetNotice notice = root.get<WidgetNotice>(); variable
328 WidgetNotice notice = root.get<WidgetNotice>(); variable
335 WidgetNotice notice = root.get<WidgetNotice>(); variable
342 WidgetNotice notice = root.get<WidgetNotice>(); variable
349 WidgetNotice notice = root.get<WidgetNotice>(); variable
357 WidgetNotice notice = root.get<WidgetNotice>(); variable
364 WidgetNotice notice = root.get<WidgetNotice>(); variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp71 WidgetNotice notice = root.get<WidgetNotice>(); in OnNotice() local
93 void WidgetClient::ProcessNotice(const WidgetNotice &notice, std::vector<AuthType> &authTypeList) in ProcessNotice()
269 bool WidgetClient::GetAuthTypeList(const WidgetNotice &notice, std::vector<AuthType> &authTypeList) in GetAuthTypeList()
302 bool WidgetClient::IsValidNoticeType(const WidgetNotice &notice) in IsValidNoticeType()
H A Dwidget_json.cpp227 void to_json(nlohmann::json &jsonNotice, const WidgetNotice &notice) in to_json()
249 void from_json(const nlohmann::json &jsonNotice, WidgetNotice &notice) in from_json()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp88 …ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange() local
106 …ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange() local
/ohos5.0/build/templates/metadata/
H A Dgen_module_info.py104 symlink_target, install_enable, collect, notice, args): argument
/ohos5.0/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c259 char *notice = timeVal.tv_sec <= YEAR_TIME_2023 ? "(please check the system time)" : ""; in PrintDefaultStatus() local
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp721 ClientDiedEvent notice = std::get<ClientDiedEvent>(event.event); variable
754 DSoftbusSyncMouseLocation notice = std::get<DSoftbusSyncMouseLocation>(event.event); variable
779 DDMBoardOnlineEvent notice = std::get<DDMBoardOnlineEvent>(event.event); variable
813 DDMBoardOnlineEvent notice = std::get<DDMBoardOnlineEvent>(event.event); variable
2513 DSoftbusSessionOpened notice = { variable
/ohos5.0/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"); variable
662 int32_t notice = UserAuthClientImpl::Instance().Notice((enum NoticeType)0, "notice"); variable