Searched refs:isSet (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_calendar_test.cpp | 510 bool isSet = false; variable 511 calendar->SetDay(day, isSet); 529 bool isSet = false; variable 530 calendar->SetDay(day, isSet); 548 bool isSet = false; variable 549 calendar->SetMonth(month, isSet); 567 bool isSet = false; variable 568 calendar->SetMonth(month, isSet); 638 bool isSet = false; variable 639 calendar->SetDay(day, isSet); [all …]
|
/base/powermgr/display_manager/test/unittest/src/ |
D | display_power_mgr_brightness_test.cpp | 701 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable 702 EXPECT_TRUE(isSet); 748 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE); variable 749 EXPECT_TRUE(isSet); 767 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable 768 EXPECT_FALSE(isSet); 811 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable 812 EXPECT_FALSE(isSet); 818 isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE); 819 EXPECT_TRUE(isSet);
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request_calendar.h | 181 void SetDay(const uint8_t &day, const bool &isSet); 182 void SetMonth(const uint8_t &month, const bool &isSet);
|
/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
D | napi_web_cookie_manager.cpp | 167 int isSet = -1; in JsSetCookie() local 171 isSet = cookieManager->SetCookie(url, value); in JsSetCookie() 173 if (isSet == NWebError::INVALID_URL) { in JsSetCookie() 176 } else if (isSet == NWebError::INVALID_COOKIE_VALUE) { in JsSetCookie()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request_calendar.cpp | 277 void ReminderRequestCalendar::SetDay(const uint8_t &day, const bool &isSet) in SetDay() argument 282 if (isSet) { in SetDay() 289 void ReminderRequestCalendar::SetMonth(const uint8_t &month, const bool &isSet) in SetMonth() argument 294 if (isSet) { in SetMonth()
|