Home
last modified time | relevance | path

Searched refs:boolVal (Results 1 - 21 of 21) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Ddetector_value.h26 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 Dwindow_fuzzer.cpp333 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 Dwindow_agent_fuzzer.cpp53 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 Dwork_status.cpp73 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 Dwork_queue.cpp75 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 Dwork_status_test.cpp293 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 Dwork_queue_test.cpp153 EXPECT_FALSE(ret->boolVal); in HWTEST_F()
167 EXPECT_FALSE(ret->boolVal); in HWTEST_F()
H A Dworkschedulerservice_test.cpp912 repeatCycle->boolVal = true; in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp66 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 Dpip_fuzzer.cpp74 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 Dfuzztest_utils.h34 bool boolVal = static_cast<bool>(*data); in BuildBoolFromData() local
35 return boolVal; in BuildBoolFromData()
/foundation/multimedia/player_framework/test/unittest/hitranscode/
H A Dhitranscode_unit_test.cpp155 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 Dwork_condition.h83 bool boolVal; member
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.cpp28 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 Dscene_format.h46 bool boolVal; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_statement.cpp189 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 Drdb_value_bucket_test.cpp105 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 Dpicker_n_exporter.cpp108 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 Dutils_serializer_test.cpp84 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 Dworkinfo_test.cpp332 condUnknown->boolVal = true; in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp785 Local<panda::BooleanRef> boolVal = val->ToBoolean(vm); in napi_coerce_to_bool() local
786 *result = JsValueFromLocalValue(boolVal); in napi_coerce_to_bool()

Completed in 25 milliseconds