Home
last modified time | relevance | path

Searched refs:tempLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp73 int32_t tempLevel = parcel.ReadInt32(); in ReadFromParcel() local
75 switch (tempLevel) { in ReadFromParcel()
79 level = static_cast<MemoryLevel>(tempLevel); in ReadFromParcel()
82 TAG_LOGE(AAFwkTag::APPMGR, "temp memory level=%{public}d is not valid.", tempLevel); in ReadFromParcel()
/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp75 std::string tempLevel = OHOS::system::GetParameter("persist.thermal.log.satcomm", "-1"); in IsAllowedSatelliteDialCall() local
76 if (tempLevel != "-1") { in IsAllowedSatelliteDialCall()
77 SetSatcommTempLevel(stoi(tempLevel)); in IsAllowedSatelliteDialCall()
79 TELEPHONY_LOGI("GetSatcommTempLevel = %{public}s", tempLevel.c_str()); in IsAllowedSatelliteDialCall()