Home
last modified time | relevance | path

Searched refs:REMOVE (Results 1 - 25 of 33) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor_callback.cpp30 const char* REMOVE = "remove"; member
44 if (type != ADD && type != UPDATE && type != REMOVE) { in BundleMonitorOn()
77 if (type != ADD && type != UPDATE && type != REMOVE) { in BundleMonitorOff()
96 if (type != ADD && type != UPDATE && type != REMOVE) { in BundleMonitorOff()
141 if (type != ADD && type != UPDATE && type != REMOVE) { in BundleMonitorEmit()
179 BundleMonitorEmit(REMOVE, bundleName, userId, appIndex); in OnReceiveEvent()
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H A Dnetlink_data.h29 REMOVE, enumerator
40 {"remove", Actions::REMOVE},
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_tree_manager.h29 REMOVE enumerator
H A Dui_view_group.cpp116 UITreeManager::GetInstance().OnLifeEvent(view, UITreeManager::REMOVE); in Remove()
162 UITreeManager::GetInstance().OnLifeEvent(node, UITreeManager::REMOVE); in RemoveAll()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Dsession_processor.h32 REMOVE, member in OHOS::AudioStandard::SessionEvent::Type
100 case SessionEvent::Type::REMOVE : in ProcessSessionEvent()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_utils.h47 REMOVE = 1,
H A Dbluetooth_device_manager.cpp256 NotifyToUpdateAudioDevice(device, desc, DeviceStatus::REMOVE); in HandleDisconnectDevice()
455 } else if (deviceStatus == DeviceStatus::REMOVE) { in NotifyToUpdateAudioDevice()
669 NotifyToUpdateAudioDevice(device, desc, DeviceStatus::REMOVE); in HandleDisconnectDevice()
897 } else if (deviceStatus == DeviceStatus::REMOVE) { in NotifyToUpdateAudioDevice()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp67 case SpanOperation::REMOVE: in ApplyToSpanItem()
174 case SpanOperation::REMOVE: in ApplyToSpanItem()
250 case SpanOperation::REMOVE: in ApplyToSpanItem()
316 case SpanOperation::REMOVE: in ApplyToSpanItem()
415 case SpanOperation::REMOVE: in ApplyToSpanItem()
453 case SpanOperation::REMOVE: in ApplyToSpanItem()
563 case SpanOperation::REMOVE: in ApplyToSpanItem()
642 case SpanOperation::REMOVE: in ApplyToSpanItem()
680 case SpanOperation::REMOVE: in ApplyToSpanItem()
766 case SpanOperation::REMOVE in ApplyToSpanItem()
[all...]
H A Dmutable_span_string.cpp162 if (spanItemStart < intersection.first && intersection.second < spanItemEnd && op == SpanStringOperation::REMOVE) { in HandleSpanOperation()
174 if (op == SpanStringOperation::REMOVE) { in HandleSpanOperation()
233 op == SpanStringOperation::REMOVE) { in ProcessSpanBaseList()
240 auto newEnd = (op != SpanStringOperation::REMOVE) ? std::max(end, spanEnd) : start; in ProcessSpanBaseList()
262 op = SpanStringOperation::REMOVE; in ReplaceString()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h33 REMOVE = 2, member in OHOS::nmd::NetsysEventMessage::Action
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_animate.cpp50 Fill fillMode = (declaration->GetFillMode() == ANIMATION_FILL_MODE_FREEZE ? Fill::FREEZE : Fill::REMOVE); in SetAnimateAttrs()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_convertor.h34 REMOVE, member in OHOS::Ace::ActionType
H A Devent_convertor.cpp32 case AceActionData::ActionType::REMOVE: in SetTouchEventType()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp291 if (res.state == State::REMOVE || res.state == State::DEAD) { in DiscoveryFromCache()
331 if (res.state == State::REMOVE) { in DiscoveryFromNet()
686 res->state = State::REMOVE; in UpdatePtr()
717 result.state = State::REMOVE; in UpdateSrv()
746 result.state = State::REMOVE; in UpdateTxt()
779 result.state = State::REMOVE; in UpdateAddr()
902 if (elem.state == State::REMOVE) { in KillCache()
914 if (it->state == State::REMOVE) { in KillBrowseCache()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dbasic_definitions.h180 REMOVE = -1,
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp60 DP_CHECK_EXECUTE(isNeedStop, postProcessor_->PauseRequest(videoId, ScheduleType::REMOVE)); in RemoveVideo()
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_data_test.cpp69 {"ACTION=remove\0DEVPATH=/dev/test\0", NetlinkData::Actions::REMOVE}, in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_animation.cpp81 Fill fillMode = (val == "freeze" ? Fill::FREEZE : Fill::REMOVE); in SetAttr()
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h397 REMOVE = 1,
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp78 case NetlinkData::Actions::REMOVE: { in HandleDiskEvent()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h29 REMOVE, member in OHOS::Ace::Fill
416 Fill fillMode_ = Fill::REMOVE;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h197 REMOVE, member in OHOS::Ace::NG::ChildNodeOperation
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h235 REMOVE = 1,
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_protocol_impl.h54 REMOVE, member in OHOS::NetManagerStandard::MDnsProtocolImpl::State
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1330 decorationSpan->ApplyToSpanItem(spanItem, SpanOperation::REMOVE); in HWTEST_F()
1339 baselineOffsetSpan->ApplyToSpanItem(spanItem, SpanOperation::REMOVE); in HWTEST_F()
1347 letterSpacingSpan->ApplyToSpanItem(spanItem, SpanOperation::REMOVE); in HWTEST_F()
1368 textShadowSpan->ApplyToSpanItem(spanItem, SpanOperation::REMOVE); in HWTEST_F()
1388 imageSpan->ApplyToSpanItem(imageSpanItem, SpanOperation::REMOVE); in HWTEST_F()
1397 customSpan->ApplyToSpanItem(customSpanItem, SpanOperation::REMOVE); in HWTEST_F()
1404 paragraphStyleSpan->ApplyToSpanItem(spanItem, SpanOperation::REMOVE); in HWTEST_F()

Completed in 16 milliseconds

12