/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/ |
H A D | notify_handler.cpp | 34 for (auto ¬ifyInfo : handleData.notifyInfo) { in Handle() 35 obsMgrClient->NotifyChangeExt({static_cast<ChangeType>(notifyInfo.first), notifyInfo.second}); in Handle()
|
H A D | uri_convert_handler.cpp | 40 if (newHandleData.notifyInfo.find(sendType) == newHandleData.notifyInfo.end()) { in AddNewNotify() 41 newHandleData.notifyInfo[sendType] = sendUris; in AddNewNotify() 43 newHandleData.notifyInfo[sendType].insert( in AddNewNotify() 44 newHandleData.notifyInfo[sendType].end(), sendUris.begin(), sendUris.end()); in AddNewNotify()
|
H A D | cloud_sync_observer.cpp | 47 CloudSyncNotifyInfo notifyInfo = {changeInfo.uris_, changeInfo.changeType_}; in OnChange() local 48 string uriString = notifyInfo.uris.front().ToString(); in OnChange() 49 if (uriString.find(PhotoColumn::PHOTO_CLOUD_URI_PREFIX) != string::npos && notifyInfo.type == ChangeType::OTHER) { in OnChange() 57 auto *taskData = new (nothrow) CloudSyncNotifyData(notifyInfo); in OnChange()
|
H A D | analysis_handler.cpp | 84 if (handleData.notifyInfo.find(changeType) == handleData.notifyInfo.end()) { in AddNewNotify() 85 handleData.notifyInfo[changeType] = sendUris; in AddNewNotify() 87 handleData.notifyInfo[changeType].insert( in AddNewNotify() 88 handleData.notifyInfo[changeType].end(), sendUris.begin(), sendUris.end()); in AddNewNotify()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_default.cpp | 49 bool StylusDetectorDefault::Notify(const NotifyInfo& notifyInfo) in Notify() argument 51 defaultNodeId_ = notifyInfo.componentId; in Notify() 52 LOGI("Stylus default notify receviecis (%{public}d, %{public}d). TargetNode id is %{public}d", notifyInfo.x, in Notify() 53 notifyInfo.y, notifyInfo.componentId); in Notify()
|
H A D | stylus_detector_mgr.cpp | 523 bool StylusDetectorMgr::Notify(const NotifyInfo& notifyInfo) in Notify() argument 526 return engine_->Notify(notifyInfo); in Notify()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stylus_detector_default.cpp | 39 bool StylusDetectorDefault::Notify(const NotifyInfo& notifyInfo) in Notify() argument
|
H A D | stylus_detector_mgr.cpp | 66 bool StylusDetectorMgr::Notify(const NotifyInfo& notifyInfo) in Notify() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_stylus_detector_default.cpp | 38 bool StylusDetectorDefault::Notify(const NotifyInfo& notifyInfo) in Notify() argument
|
H A D | mock_stylus_detector_mgr.cpp | 66 bool StylusDetectorMgr::Notify(const NotifyInfo& notifyInfo) in Notify() argument
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_channel_manager.c | 569 UdpChannelNotifyInfo *notifyInfo = (UdpChannelNotifyInfo *)SoftBusCalloc(sizeof(UdpChannelNotifyInfo)); in CreateUdpChannelNotifyInfo() local 570 if (notifyInfo == NULL) { in CreateUdpChannelNotifyInfo() 574 notifyInfo->channelId = udpChannelNode->info.myData.channelId; in CreateUdpChannelNotifyInfo() 575 notifyInfo->pid = udpChannelNode->info.myData.pid; in CreateUdpChannelNotifyInfo() 576 if (strcpy_s(notifyInfo->pkgName, PKG_NAME_SIZE_MAX, udpChannelNode->info.myData.pkgName) != EOK) { in CreateUdpChannelNotifyInfo() 577 SoftBusFree(notifyInfo); in CreateUdpChannelNotifyInfo() 580 return notifyInfo; in CreateUdpChannelNotifyInfo() 593 UdpChannelNotifyInfo *notifyInfo = CreateUdpChannelNotifyInfo(udpChannelNode); in FillNotifyList() local 594 if (notifyInfo == NULL) { in FillNotifyList() 597 ListAdd(notifyList, &(notifyInfo in FillNotifyList() [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_default.h | 36 bool Notify(const NotifyInfo& notifyInfo) override;
|
H A D | stylus_detector_mgr.h | 54 bool Notify(const NotifyInfo& notifyInfo) override;
|
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/include/ |
H A D | base_handler.h | 27 std::unordered_map<DataShare::DataShareObserver::ChangeType, std::list<Uri>> notifyInfo; member
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/ |
H A D | stylus_detector_interface.h | 95 virtual bool Notify(const NotifyInfo& notifyInfo) = 0;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/ |
H A D | notify_test.cpp | 666 specialHandleData.notifyInfo[static_cast<DataShare::DataShareObserver::ChangeType>(-1)] = {}; in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 2727 ProcessDiedNotifyInfo notifyInfo = { remoteDeviceId, callerInfo, targetComponent }; in ProcessConnectDied() local 2728 notifyList.push_back(notifyInfo); in ProcessConnectDied()
|