Home
last modified time | relevance | path

Searched refs:paramResource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h107 …ata(const std::string &paramName, const std::string &paramValue, const std::string &paramResource);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp166 …data(const std::string &paramName, const std::string &paramValue, const std::string &paramResource) in Metadata() argument
167 : name(paramName), value(paramValue), resource(paramResource) in Metadata()