Home
last modified time | relevance | path

Searched refs:typeId (Results 1 - 7 of 7) sorted by relevance

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h118 int typeId = AAFwk::WantParams::GetDataType(it.second); in GetScalableDataString() local
119 result += wantParams.GetStringByType(it.second, typeId); in GetScalableDataString()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dtemp_permission_observer.cpp152 uint32_t typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStart() local
153 if (static_cast<BackgroundMode>(typeId) != BackgroundMode::LOCATION) { in OnContinuousTaskStart()
154 ACCESSTOKEN_LOG_DEBUG(LABEL, "TypeId:%{public}d can not use temp permission", typeId); in OnContinuousTaskStart()
173 uint32_t typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStop() local
174 if (static_cast<BackgroundMode>(typeId) != BackgroundMode::LOCATION) { in OnContinuousTaskStop()
175 ACCESSTOKEN_LOG_DEBUG(LABEL, "TypeId:%{public}d can not use temp permission", typeId); in OnContinuousTaskStop()
444 [](const auto& typeId) { return static_cast<BackgroundMode>(typeId) == BackgroundMode::LOCATION; })) { in CheckPermissionState()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp288 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo() local
289 if (typeId.find(type) == typeId.end()) { in UpdateOverlayInfo()
292 uint32_t newId = typeId[type]; in UpdateOverlayInfo()
/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp454 for (auto typeId : typeIds) { in IsAppInLocationContinuousTasks()
455 if (typeId == BackgroundTaskMgr::BackgroundMode::Type::LOCATION) { in IsAppInLocationContinuousTasks()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp215 int typeId = 0; in BuildOneData() local
218 resultSet->GetInt(columnIndexType, typeId); in BuildOneData()
219 switch (typeId) { in BuildOneData()
243 return BuildOtherData(typeId, resultSet); in BuildOneData()
246 int32_t VCardContact::BuildOtherData(int32_t typeId, std::shared_ptr<DataShare::DataShareResultSet> resultSet) in BuildOtherData() argument
248 switch (typeId) { in BuildOtherData()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h87 int32_t BuildOtherData(int32_t typeId, std::shared_ptr<DataShare::DataShareResultSet> resultSet);
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp388 bool PowerMgrService::IsSupportSensor(SensorTypeId typeId) in IsSupportSensor() argument
399 if (sensorInfo[i].sensorTypeId == typeId) { in IsSupportSensor()

Completed in 10 milliseconds