/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.cpp | 609 LOGE("Register access controlled event failed while setting adapter, err = %d", errCode); 696 EventType event) 709 NotificationChain::Listener *listener = userChangeMonitor_->RegisterUserChangedListener(action, event, errCode);
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_cmd_register.cpp | 391 std::string event; in HWTEST_F() local 394 req->SetEvent(event); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 973 void DeviceManagerNotify::OnPinHolderEvent(const std::string &pkgName, DmPinHolderEvent event, int32_t result, in OnPinHolderEvent() argument 994 tempCbk->OnPinHolderEvent(event, result, content); in OnPinHolderEvent()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 729 auto subscribeOption = SubscribeOption{ .mode = NDKUtils::GetSubscribeType(type), .event = "data_change" }; in DoSubScribe() 752 auto subscribeOption = SubscribeOption{ .mode = NDKUtils::GetSubscribeType(type), .event = "data_change" }; in DoUnsubScribe()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 170 * In the event of an error, errno is set to indicate the error 183 * In the event of an error, errno is set to indicate the error 295 FILLP_INT DLL_API FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpollEvent *event) in FtEpollCtl() argument 297 return SpungeEpollCtl(epFd, op, fd, event); in FtEpollCtl() 1540 Description : Register the event callback function on the socket. 1543 evtCbkFunc - Pointer to event callback function FillpEvtCbkFunc. 1563 Description : unregister the event callback function on the socket. 1566 evtCbkFunc - Pointer to event callback function FillpEvtCbkFunc. 1586 Description : Get the event info on the socket. 1589 info->evt - Indicates the event typ [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 121 DisplayEvent event = static_cast<DisplayEvent>(data.ReadUint32()); in OnRemoteRequest() local 122 NotifyDisplayEvent(event); in OnRemoteRequest()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 184 WSError OnSessionEvent(SessionEvent event) override; 185 WSError OnSystemSessionEvent(SessionEvent event) override;
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 79 virtual WMError UpdateWindowDragInfo(const PointInfo& point, DragEvent event) override 146 void ConsumeKeyEvent(std::shared_ptr<MMI::KeyEvent> event) override {}
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 425 // U0 system user needs to subscribe OnUserSwitch event in InitSSMProxy() 608 void WindowAdapter::DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) in DispatchKeyEvent() argument 614 wmsProxy->DispatchKeyEvent(windowId, event); in DispatchKeyEvent()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.c | 1416 /* 更改HCC发送RX事件由函数直接调用为event事件抛送,防止HCC中断frw任务的执行造成异常 */ 1586 frw_event_stru *event = HI_NULL; local 1600 event = (frw_event_stru *)event_mem->puc_data; 1602 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HCC, sub_type, len, FRW_EVENT_PIPELINE_STAGE_1, 0);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 741 for (auto event : events) { in HWTEST_F() 742 event->callback_(info); in HWTEST_F() 1566 searchModelInstance.SetOnPasteWithEvent(frameNode, [](const std::string& title, NG::TextCommonEvent& event) {}); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_pattern_test_ng.cpp | 60 #include "core/event/touch_event.h" 726 auto event = clickEventActuator->GetClickEvent(); in HWTEST_F() local 727 ASSERT_NE(event, nullptr); in HWTEST_F() 734 event(gestureEvent); in HWTEST_F() 781 // execute touch down event in HWTEST_F() 942 // execute touch down event in HWTEST_F() 951 // excute touch up event in HWTEST_F() 960 // excute touch move event in HWTEST_F() 999 * @tc.steps: step2. update event type, excute OnKeyEvent in HWTEST_F() 1570 * @tc.steps: step2. update event typ in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1333 auto callback = [&count, &event2](int32_t key, NG::TextFieldCommonEvent& event) { in HWTEST_F() 1334 event2 = event; in HWTEST_F() 1336 event.SetKeepEditable(true); in HWTEST_F()
|
H A D | rich_editor_base_testone_ng.cpp | 449 * @tc.desc: test edit change event 530 * @tc.desc: test fire event 548 * @tc.steps: step2. fire event when there is null func in HWTEST_F() 552 TextCommonEvent event; in HWTEST_F() local 554 eventHub->FireOnCut(event); in HWTEST_F() 555 eventHub->FireOnCopy(event); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.cpp | 461 for (auto event : events_) { in AssembleEvents() 462 offset += PushOctets1((bufferPtr + offset), event); in AssembleEvents() 463 HILOGI("event: %{public}x", event); in AssembleEvents()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 327 int32_t HCodec::HdiCallback::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument 329 LOGI("event = %d, data1 = %u, data2 = %u", event, info.data1, info.data2); in EventHandler() 331 msg->SetValue("event", event); in EventHandler()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 108 SLOGI("AVSessionItem send service destroy event to service, check serviceCallback exist"); in Destroy() 118 SLOGI("AVSessionItem send service destroy event to service"); in Destroy() 329 SLOGI("send metadata change event to controllers with title %{public}s", meta.GetTitle().c_str()); in SetAVMetaData() 723 SLOGI("enable media key event listen"); in AddSupportCommand() 747 SLOGI("send add command event to controller, size:%{public}d", static_cast<int>(controllers_.size())); in AddSupportCommand() 767 SLOGI("disable media key event listen"); 789 SLOGI("send delete command event to controller, size:%{public}d", static_cast<int>(controllers_.size())); 805 int32_t AVSessionItem::SetSessionEvent(const std::string& event, const AAFwk::WantParams& args) 811 controller->HandleSetSessionEvent(event, args); 817 auto ret = remoteSource_->SetSessionEventRemote(event, arg [all...] |
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 1767 void PlayerServer::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() argument 1769 MEDIA_LOGI("instance: 0x%{public}06" PRIXPTR " receive event %{public}s", in OnCommonEventReceived() 1770 FAKE_POINTER(this), event.c_str()); in OnCommonEventReceived() 1771 if (event == EventFwk::CommonEventSupport::COMMON_EVENT_USER_BACKGROUND) { in OnCommonEventReceived()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 947 DisplayEvent event = DisplayEvent::UNLOCK; in HWTEST_F() local 948 proxy1.NotifyDisplayEvent(event); in HWTEST_F() 952 proxy1.NotifyDisplayEvent(event); in HWTEST_F()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_proxy.cpp | 1140 ErrCode WifiP2pProxy::RegisterCallBack(const sptr<IWifiP2pCallback> &callback, const std::vector<std::string> &event) in RegisterCallBack() argument 1168 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() 1171 for (auto &eventName : event) { in RegisterCallBack()
|
H A D | wifi_device_proxy_lite.cpp | 1400 const std::vector<std::string> &event) in RegisterCallBack() 1431 int eventNum = event.size(); in RegisterCallBack() 1434 for (auto &eventName : event) { in RegisterCallBack() 1399 RegisterCallBack(const std::shared_ptr<IWifiDeviceCallBack> &callback, const std::vector<std::string> &event) RegisterCallBack() argument
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/ |
H A D | wifidevicestub_fuzzer.cpp | 996 std::vector<std::string> event; in RegisterCallBackTest() local 998 pWifiDeviceServiceImpl->RegisterCallBack(callBack, event); in RegisterCallBackTest() 999 pWifiDeviceServiceImpl->RegisterCallBack(nullptr, event); in RegisterCallBackTest()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter.cpp | 166 void TagNciAdapter::NdefCallback(unsigned char event, tNFA_NDEF_EVT_DATA* eventData) in NdefCallback() argument 169 switch (event) { in NdefCallback() 179 DebugLog("%{public}s: Unknown event %{public}u", "NdefCallback", event); in NdefCallback()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_service_impl.cpp | 1444 const std::vector<std::string> &event) in RegisterCallBack() 1447 const std::vector<std::string> &event) in RegisterCallBack() 1461 for (const auto &eventName : event) { in RegisterCallBack() 1443 RegisterCallBack(const std::shared_ptr<IWifiDeviceCallBack> &callback, const std::vector<std::string> &event) RegisterCallBack() argument
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 123 LOGI("subscribe ble and wifi and screen common event success"); in SubscribePublishCommonEvent() 998 int32_t DeviceManagerService::NotifyEvent(const std::string &pkgName, const int32_t eventId, const std::string &event) in NotifyEvent() argument 1009 LOGI("NotifyEvent on pin holder event start."); in NotifyEvent() 1011 return pinHolder_->NotifyPinHolderEvent(pkgName, event); in NotifyEvent() 1013 return dmServiceImpl_->NotifyEvent(pkgName, eventId, event); in NotifyEvent() 1648 LOGE("Invalied account common event."); in AccountCommonEventCallback() 1925 LOGI("Dm have not this event type."); in HandleDeviceTrustedChange()
|