Home
last modified time | relevance | path

Searched refs:typeId (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Daccount_info.h116 int typeId = AAFwk::WantParams::GetDataType(it.second); in GetScalableDataString() local
117 result += wantParams.GetStringByType(it.second, typeId); in GetScalableDataString()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp304 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo() local
305 if (typeId.find(type) == typeId.end()) { in UpdateOverlayInfo()
308 uint32_t newId = typeId[type]; in UpdateOverlayInfo()
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp289 bool PowerMgrService::IsSupportSensor(SensorTypeId typeId) in IsSupportSensor() argument
300 if (sensorInfo[i].sensorTypeId == typeId) { in IsSupportSensor()