Home
last modified time | relevance | path

Searched defs:isCancel (Results 1 – 7 of 7) 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
710 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
772 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
793 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
839 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
867 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable
/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/adapter/preview/osal/
H A Ddownload_manager_preview.cpp124 bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true) override 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()
694 std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in ParseAppDebugParameter()
746 bool isCancel = false; in RunAsAppDebugDebugCommand() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp301 bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true) override in RemoveDownloadTask()
/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()
1275 const std::string &key, sptr<Notification> &notification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp697 const ButtonInfo& params, int32_t index, bool isCancel, bool isVertical, int32_t length) in CreateButton()