Home
last modified time | relevance | path

Searched refs:isCancel (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp672 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
673 EXPECT_TRUE(isCancel);
710 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
711 EXPECT_FALSE(isCancel);
772 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
773 EXPECT_TRUE(isCancel);
793 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
794 EXPECT_TRUE(isCancel);
839 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
840 EXPECT_FALSE(isCancel);
[all …]
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h226 …ForAppDebug(int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
227 …bool ParseAppDebugParameter(std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager.h61 virtual bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true);
H A Ddownload_manager_impl.cpp301 bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true) override in RemoveDownloadTask() argument
308 if (task->GetStatus() == NetStackTaskStatus::RUNNING && isCancel) { in RemoveDownloadTask()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp659 int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in SwitchOptionForAppDebug() argument
678 isCancel = true; in SwitchOptionForAppDebug()
694 std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in ParseAppDebugParameter() argument
734 if (SwitchOptionForAppDebug(option, bundleName, isPersist, isCancel, isGet)) { in ParseAppDebugParameter()
746 bool isCancel = false; in RunAsAppDebugDebugCommand() local
755 if (!ParseAppDebugParameter(bundleName, isPersist, isCancel, isGet)) { in RunAsAppDebugDebugCommand()
764 } else if (isCancel) { in RunAsAppDebugDebugCommand()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddownload_manager_preview.cpp124 bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true) override in RemoveDownloadTask() argument
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1222 … const std::string &label, int32_t notificationId, sptr<Notification> &notification, bool isCancel) in RemoveFromNotificationList() argument
1233 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()
1245 if (!isCancel) { in RemoveFromNotificationList()
1275 const std::string &key, sptr<Notification> &notification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList() argument
1282 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()
1295 if (!isCancel) { in RemoveFromNotificationList()
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h171 bool isCancel = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h357 …const ButtonInfo& params, int32_t index, bool isCancel = false, bool isVertical = false, int32_t l…
H A Ddialog_pattern.cpp697 const ButtonInfo& params, int32_t index, bool isCancel, bool isVertical, int32_t length) in CreateButton() argument
731 if (!isCancel) { in CreateButton()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1228 int32_t notificationId, sptr<Notification> &notification, bool isCancel = false);
1230 bool isCancel, int32_t removeReason);