Home
last modified time | relevance | path

Searched refs:typeData (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drunning_process_info.cpp35 int32_t typeData; in ReadFromParcel() local
36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, typeData); in ReadFromParcel()
37 pid_ = static_cast<int32_t>(typeData); in ReadFromParcel()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp107 vector<IPerformanceDataManager::PerformanceData> GetTimingData(const PerformanceDataManager::TypeDataSet& typeData) in GetTimingData() argument
110 data.reserve(typeData.size()); in GetTimingData()
111 for (const auto& typeRef : typeData) { in GetTimingData()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_js_info.cpp41 int32_t typeData = parcel.ReadInt32(); in ReadFromParcel() local
42 type = static_cast<FormType>(typeData); in ReadFromParcel()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp275 auto typeData = jsonData[serviceId]; in SetServiceType() local
276 if (typeData != nullptr && typeData[SERVICE_TYPE] != nullptr) { in SetServiceType()
277 profile.SetServiceType(typeData[SERVICE_TYPE]); in SetServiceType()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_ability_info.cpp56 int32_t typeData; in ReadFromParcel() local
57 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, typeData); in ReadFromParcel()
58 type = static_cast<AbilityType>(typeData); in ReadFromParcel()
H A Dform_info.cpp166 int32_t typeData; in ReadFromParcel() local
167 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, typeData); in ReadFromParcel()
168 type = static_cast<FormType>(typeData); in ReadFromParcel()

Completed in 4 milliseconds