Home
last modified time | relevance | path

Searched refs:baseInfo_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp33 if (!baseInfo_) { in Init()
34 baseInfo_ = std::make_unique<ProtectorBaseInfo>(); in Init()
88 baseInfo_->SetBaseItem(vBase); in ParserBaseNode()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h95 return baseInfo_; in GetBaseinfoObj()
191 std::shared_ptr<ThermalConfigBaseInfo> baseInfo_ {nullptr};
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp126 if (!baseInfo_) { in CreateConfigModule()
127 baseInfo_ = std::make_shared<ThermalConfigBaseInfo>(); in CreateConfigModule()
128 if (baseInfo_ == nullptr) { in CreateConfigModule()
273 if (!baseInfo_->Init()) { in InitBaseInfo()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dthermal_kernel_config_file.h46 std::unique_ptr<ProtectorBaseInfo> baseInfo_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp239 baseInfo_ = info; in SaveBaseInfo()
246 reportService->SendBaseInfo(baseInfo_); in SendBaseInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_manager.h100 std::string baseInfo_; variable