Home
last modified time | relevance | path

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

/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_dimming.h51 std::string mName{};
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp171 std::string mName = GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen); in ParseModuleNameFromHap() local
172 if (mName.size() == 0) { in ParseModuleNameFromHap()
176 return mName; in ParseModuleNameFromHap()
181 std::string mName = ParseModuleNameFromHap(uf); in GetIndexFilePath() local
183 indexFilePath.append(mName); in GetIndexFilePath()
240 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local
241 if (mName.size() == 0) { in ParseModuleName()
245 return mName; in ParseModuleName()
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_dimming.cpp30 : mName(name), mCallback(callback) in BrightnessDimming()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp140 std::string mName = GetModuleName(static_cast<char *>(tmpBuf)); in ReadIndexFromFile() local
141 if (mName.size() == 0) { in ReadIndexFromFile()
148 indexFilePath.append(mName); in ReadIndexFromFile()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp473 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName() local
474 if (mName.size() == 0) { in ParseModuleName()
478 return mName; in ParseModuleName()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp156 std::string mName = HapParser::ParseModuleName(extractor); in GetIndexFilePath() local
158 indexFilePath.append(mName); in GetIndexFilePath()

Completed in 8 milliseconds