Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbms_param.cpp55 bool BmsParam::SaveBmsParam(const std::string &paramKeyInfo, const std::string &paramValueInfo) in SaveBmsParam() argument
57 if (paramKeyInfo.empty() || paramValueInfo.empty()) { in SaveBmsParam()
67 return rdbDataManager_->InsertData(paramKeyInfo, paramValueInfo); in SaveBmsParam()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbms_param.cpp50 bool BmsParam::SaveBmsParam(const std::string &paramKeyInfo, const std::string &paramValueInfo) in SaveBmsParam() argument
57 BMS_PARAM[paramKeyInfo] = paramValueInfo; in SaveBmsParam()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbms_param.h41 bool SaveBmsParam(const std::string &paramKeyInfo, const std::string &paramValueInfo);