Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h200 … RState GetProfileData(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, size_t &len,
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1348 return hapManager_->GetProfileData(qd, len, outValue); in GetProfileDataById()
1359 return hapManager_->GetProfileData(qd, len, outValue); in GetProfileDataByName()
H A Dhap_manager.cpp606 RState HapManager::GetProfileData(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd, si… in GetProfileData() function in OHOS::Global::Resource::HapManager