/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_power_mgr_brightness_test.cpp | 672 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 D | ability_command.h | 226 …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 D | download_manager.h | 61 virtual bool RemoveDownloadTask(const std::string& url, int32_t nodeId, bool isCancel = true);
|
H A D | download_manager_impl.cpp | 301 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 D | ability_command.cpp | 659 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 D | download_manager_preview.cpp | 124 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 D | advanced_notification_service.cpp | 1222 … const std::string &label, int32_t notificationId, sptr<Notification> ¬ification, 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> ¬ification, 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 D | scan_service_ability.h | 171 bool isCancel = false; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.h | 357 …const ButtonInfo& params, int32_t index, bool isCancel = false, bool isVertical = false, int32_t l…
|
H A D | dialog_pattern.cpp | 697 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 D | advanced_notification_service.h | 1228 int32_t notificationId, sptr<Notification> ¬ification, bool isCancel = false); 1230 bool isCancel, int32_t removeReason);
|