/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | detector_value.h | 26 bool boolVal; member 29 DetectorValue(int32_t intVal, int32_t timeVal, bool boolVal, const std::string &strVal) in DetectorValue() 30 : intVal(intVal), timeVal(timeVal), boolVal(boolVal), strVal(strVal) {} in DetectorValue()
|
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 333 bool boolVal = false; in CheckWindowImplFunctionsPart1() local 334 startPos += GetObject(boolVal, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1() 335 window->SetFocusable(boolVal); in CheckWindowImplFunctionsPart1() 337 startPos += GetObject(boolVal, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1() 338 window->SetTouchable(boolVal); in CheckWindowImplFunctionsPart1() 339 window->SetResizeByDragEnabled(boolVal); in CheckWindowImplFunctionsPart1() 340 window->SetRaiseByClickEnabled(boolVal); in CheckWindowImplFunctionsPart1() 341 window->HideNonSystemFloatingWindows(boolVal); in CheckWindowImplFunctionsPart1() 342 window->SetSingleFrameComposerEnabled(boolVal); in CheckWindowImplFunctionsPart1() 375 startPos += GetObject(boolVal, dat in CheckWindowImplFunctionsPart1() 408 bool boolVal = false; CheckWindowImplFunctionsPart2() local 461 bool boolVal; CheckWindowImplFunctionsPart3() local 500 bool boolVal; CheckWindowImplFunctionsPart4() local 575 bool boolVal; CheckWindowImplFunctionsPart5() local [all...] |
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/ |
H A D | window_agent_fuzzer.cpp | 53 bool boolVal; in CheckWindowAgentFunctionsPart1() local 56 startPos += GetObject<bool>(boolVal, data + startPos, size - startPos); in CheckWindowAgentFunctionsPart1() 58 agent->UpdateWindowRect(rect, boolVal, reason); in CheckWindowAgentFunctionsPart1() 67 agent->UpdateFocusStatus(boolVal); in CheckWindowAgentFunctionsPart1() 68 agent->NotifyForegroundInteractiveStatus(boolVal); in CheckWindowAgentFunctionsPart1() 116 bool boolVal; in CheckWindowAgentFunctionsPart2() local 117 startPos += GetObject<bool>(boolVal, data + startPos, size - startPos); in CheckWindowAgentFunctionsPart2() 118 agent->UpdateActiveStatus(boolVal); in CheckWindowAgentFunctionsPart2() 125 agent->UpdateZoomTransform(trans, boolVal); in CheckWindowAgentFunctionsPart2()
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_status.cpp | 73 timeCondition->boolVal = workTimerCondition->boolVal; in WorkStatus() 74 if (!workTimerCondition->boolVal) { in WorkStatus() 103 if (type == WorkCondition::Type::GROUP && value && value->boolVal) { in OnConditionChanged() 113 isStandby_ = value->boolVal; in OnConditionChanged() 146 if (conditionMap_.at(WorkCondition::Type::TIMER)->boolVal) { in UpdateTimerIfNeed() 164 if (conditionMap_.at(WorkCondition::Type::TIMER)->boolVal) { in NeedRemove() 294 if (conditionSet->boolVal != conditionCurrent->boolVal) { in IsChargerReady() 297 if (conditionSet->boolVal) { in IsChargerReady() [all...] |
H A D | work_queue.cpp | 75 value->boolVal = conditionVal->boolVal; in ParseCondition() 88 value->boolVal = conditionVal->boolVal; in ParseCondition() 94 value->boolVal = conditionVal->boolVal; in ParseCondition()
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 293 timerCondition->boolVal = true; in HWTEST_F() 351 chargingCondition->boolVal = false; in HWTEST_F() 372 chargingCondition->boolVal = true; in HWTEST_F() 393 chargingCondition->boolVal = false; in HWTEST_F() 414 chargingCondition->boolVal = true; in HWTEST_F() 431 chargingCondition->boolVal = true; in HWTEST_F() 451 timerCondition->boolVal = false; in HWTEST_F() 487 timerCondition->boolVal = true; in HWTEST_F() 493 timerCondition1->boolVal = false; in HWTEST_F() 550 repeatCycle->boolVal in HWTEST_F() [all...] |
H A D | work_queue_test.cpp | 153 EXPECT_FALSE(ret->boolVal); in HWTEST_F() 167 EXPECT_FALSE(ret->boolVal); in HWTEST_F()
|
H A D | workschedulerservice_test.cpp | 912 repeatCycle->boolVal = true;
in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 66 chargerCondition->boolVal = isCharging; in RequestChargerType() 97 repeatCycle->boolVal = false; in RequestRepeatCycle() 105 repeatCycle->boolVal = true; in RequestRepeatCycle() 147 deepIdleCondition->boolVal = deepIdle; in RequestDeepIdle() 257 return conditionMap_.at(WorkCondition::Type::TIMER)->boolVal; in IsRepeat() 296 return conditionMap_.at(WorkCondition::Type::DEEP_IDLE)->boolVal ? in GetDeepIdle() 336 ret = ret && parcel.WriteBool(it.second->boolVal); in Marshalling() 348 ret = ret && parcel.WriteBool(it.second->boolVal); in Marshalling() 349 if (!it.second->boolVal) { in Marshalling() 430 if (!parcel.ReadBool(condition->boolVal) || !parce in UnmarshallCondition() [all...] |
/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/ |
H A D | pip_fuzzer.cpp | 74 bool boolVal = false; in DoSomethingInterestingWithMyAPI() local 75 startPos += GetObject(boolVal, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI() 76 controller->SetAutoStartEnabled(boolVal); in DoSomethingInterestingWithMyAPI()
|
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/include/ |
H A D | fuzztest_utils.h | 34 bool boolVal = static_cast<bool>(*data); in BuildBoolFromData() local 35 return boolVal; in BuildBoolFromData()
|
/foundation/multimedia/player_framework/test/unittest/hitranscode/ |
H A D | hitranscode_unit_test.cpp | 155 bool boolVal = true; in HWTEST_F() local 156 innerMeta->SetData(metaKey, boolVal); in HWTEST_F() 165 EXPECT_EQ(boolVal, outputStrVal); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_condition.h | 83 bool boolVal; member
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | scene_format.cpp | 28 data.val.boolVal = value; in PutBoolValue() 142 value = iter->second.val.boolVal; in GetBoolValue() 278 (void)parcel.WriteBool(it->second.val.boolVal); in Marshalling()
|
H A D | scene_format.h | 46 bool boolVal; member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_statement.cpp | 189 bool boolVal = false; in InnerBindBlobTypeArgs() local 190 arg.GetBool(boolVal); in InnerBindBlobTypeArgs() 191 ret = RdUtils::RdSqlBindInt64(stmtHandle_, index, boolVal ? 1 : 0); in InnerBindBlobTypeArgs()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_value_bucket_test.cpp | 105 bool boolVal = false;
in HWTEST_F() local 106 valueObject.GetBool(boolVal);
in HWTEST_F() 107 EXPECT_EQ(true, boolVal);
in HWTEST_F()
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/ |
H A D | picker_n_exporter.cpp | 108 const bool boolVal = pickerCallBack->want.GetBoolParam(key.c_str(), false); in MakeResultWithBool() local 109 HILOG_INFO("[picker]: %{public}s is %{public}d ", key.c_str(), boolVal); in MakeResultWithBool() 111 napi_get_boolean(env, boolVal, &nBoolVal); in MakeResultWithBool()
|
/foundation/communication/ipc/ipc/test/serializer/ |
H A D | utils_serializer_test.cpp | 84 bool boolVal; in ReadTestData() local 85 bool result = ReadBool(io, &boolVal); in ReadTestData() 87 EXPECT_EQ(boolVal, data.boolTest); in ReadTestData() 192 bool boolVal; in ReadTestDataUnaligned() local 193 result = ReadBoolUnaligned(io, &boolVal); in ReadTestDataUnaligned() 194 EXPECT_EQ(boolVal, data.boolTest); in ReadTestDataUnaligned()
|
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 332 condUnknown->boolVal = true; in HWTEST_F()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 785 Local<panda::BooleanRef> boolVal = val->ToBoolean(vm); in napi_coerce_to_bool() local 786 *result = JsValueFromLocalValue(boolVal); in napi_coerce_to_bool()
|