Home
last modified time | relevance | path

Searched refs:splitStrs (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp134 std::vector<std::string> splitStrs; in IsStageBasedModel() local
135 OHOS::SplitStr(abilityName, ".", splitStrs); in IsStageBasedModel()
136 std::string name = splitStrs.empty() ? abilityName : splitStrs.back(); in IsStageBasedModel()
H A Dbundle_state_storage.cpp45 std::vector<std::string> splitStrs; in KeyToNameAndUserId() local
46 OHOS::SplitStr(key, Constants::FILE_UNDERLINE, splitStrs); in KeyToNameAndUserId()
47 if (splitStrs.size() == EXPECT_SPLIT_SIZE) { in KeyToNameAndUserId()
48 bundleName = splitStrs[0]; in KeyToNameAndUserId()
49 userId = atoi(splitStrs[1].c_str()); in KeyToNameAndUserId()
H A Dbundle_util.cpp316 std::vector<std::string> splitStrs; in KeyToDeviceAndName() local
317 OHOS::SplitStr(key, Constants::FILE_UNDERLINE, splitStrs); in KeyToDeviceAndName()
320 if (splitStrs.size() == EXPECT_SPLIT_SIZE) { in KeyToDeviceAndName()
321 deviceId = splitStrs[0]; in KeyToDeviceAndName()
322 bundleName = splitStrs[1]; in KeyToDeviceAndName()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp52 std::vector<std::string>& splitStrs, const std::string& seperator) in ParseDfxSurfaceNamesString()
57 splitStrs.push_back(paramsStr); in ParseDfxSurfaceNamesString()
61 splitStrs.push_back(paramsStr.substr(pos1, pos2 - pos1)); in ParseDfxSurfaceNamesString()
66 splitStrs.push_back(paramsStr.substr(pos1)); in ParseDfxSurfaceNamesString()
51 ParseDfxSurfaceNamesString(const std::string& paramsStr, std::vector<std::string>& splitStrs, const std::string& seperator) ParseDfxSurfaceNamesString() argument

Completed in 6 milliseconds