Home
last modified time | relevance | path

Searched refs:CANCEL (Results 1 - 25 of 28) sorted by relevance

12

/base/update/updateservice/interfaces/inner_api/include/
H A Dupdater_sa_ipc_interface_code.h40 CANCEL, member in OHOS::UpdateEngine::UpdaterSaInterfaceCode
/base/account/os_account/test/fuzztest/iamaccount_stub/cancelstub_fuzzer/
H A Dcancelstub_fuzzer.cpp45 uint32_t code = static_cast<uint32_t>(AccountIAMInterfaceCode::CANCEL); in CancelStubFuzzTest()
/base/notification/distributed_notification_service/services/ans/include/
H A Devent_report.h41 constexpr char CANCEL[] = "CANCEL"; member
/base/notification/distributed_notification_service/services/ans/src/
H A Devent_report.cpp82 {CANCEL, [](const EventInfo& eventInfo) {
218 CANCEL, in InnerSendCancelEvent()
H A Dadvanced_notification_event_service.cpp114 EventReport::SendHiSysEvent(CANCEL, eventInfo); in SendCancelHiSysEvent()
/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h157 CANCEL, member in OHOS::AccountSA::AccountIAMInterfaceCode
/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h178 CANCEL = 9, member in OHOS::UpdateEngine::FirmwareStep::BlType::CheckResultStatus::CombinationType::DownloadEndReason
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h97 CANCEL = 3, member in OHOS::Msdp::DeviceStatus::DragState
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp31 { DragState::CANCEL, "CANCEL" },
H A Ddrag_manager.cpp821 { DragState::CANCEL, "cancel" }, in GetDragState()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp26 const std::string CANCEL = "onCancel"; member
41 CANCEL, member in OHOS::NotificationNapi::Type
244 dataWorker->type = Type::CANCEL; in OnCanceled()
1003 } else if (type == CANCEL) { in SetCallbackInfo()
1058 case Type::CANCEL: in ThreadSafeCommon()
1152 subscriberInfo.subscriber->SetCallbackInfo(env, CANCEL, result); in GetNotificationSubscriber()
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp241 CHKRV(napi_create_int32(env, static_cast<int32_t>(DragState::CANCEL), &cancelMsg), in DeclareDragData()
/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp248 std::to_string(CAST_INT(DownloadEndReason::CANCEL)); in DealAbnormal()
H A Dupdate_service.cpp501 CAST_UINT(UpdaterSaInterfaceCode::CANCEL), in RegisterOhFunc()
H A Dupdate_service_stub.cpp67 {CAST_UINT(UpdaterSaInterfaceCode::CANCEL), &UpdateServiceStub::CancelStub}, in UpdateServiceStub()
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_mgr_proxy.cpp168 int32_t result = SendRequest(AccountIAMInterfaceCode::CANCEL, data, reply); in Cancel()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp351 * @tc.desc: Send "CANCEL" hisysevent.
364 EventReport::SendHiSysEvent(CANCEL, eventInfo); in HWTEST_F()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_parameter_record.cpp425 } else if (msg.type == TeleserviceMsgType::CANCEL) { in CdmaSmsBearerData()
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h33 CANCEL, // mobile-originated only member in OHOS::Telephony::TeleserviceMsgType
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h270 CANCEL, member in OHOS::NWeb::TouchType
/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp417 case TeleserviceMsgType::CANCEL: in PrintTelesvc()
418 cout << s << "Type: CANCEL - " << static_cast<int>(telesvcMsg.type) << endl; in PrintTelesvc()
618 msg.data.p2p.telesvcMsg.type = TeleserviceMsgType::CANCEL; in TestEncodeCancelMsg()
621 cout << "P2P CANCEL" << endl; in TestEncodeCancelMsg()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp84 static_cast<uint32_t>(AccountIAMInterfaceCode::CANCEL),
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp129 TeleserviceMsgType::CANCEL, TeleserviceMsgType::DELIVERY_ACK, in GetEnumRandom_TeleserviceMsgType()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp441 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::CANCEL), data, reply, option); in Cancel()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp261 { DragState::CANCEL, "cancel"} in PrintDragMessage()

Completed in 25 milliseconds

12