Home
last modified time | relevance | path

Searched refs:retString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/platform_config/
H A Dhiview_platform_config.cpp75 std::vector<std::string> retString; in ParsesConfig() local
82 retString.push_back(result[DATA_FIELD]); in ParsesConfig()
83 HIVIEW_LOGD("_%{public}s_", retString[index].c_str()); in ParsesConfig()
90 ret.defaultPluginConfigName = retString[CONFIG_NAME_NO]; in ParsesConfig()
91 ret.pluginConfigFileDir = retString[CONFIG_FILE_DIR_NO]; in ParsesConfig()
92 ret.dynamicLibSearchDir = retString[LIB_DIR_NO]; in ParsesConfig()
93 ret.dynamicLib64SearchDir = retString[LIB64_DIR_NO]; in ParsesConfig()
94 ret.workDir = retString[WORK_DIR_NO]; in ParsesConfig()
95 ret.commercialWorkDir = retString[COMMERCIAL_WORK_DIR_NO]; in ParsesConfig()
96 ret.persistDir = retString[PRESIST_DIR_NO]; in ParsesConfig()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_token_test.cpp210 std::string retString = bundleMgrHostImpl_->GetStringById("", "", FLAGS, USERID, ""); variable
211 EXPECT_EQ(retString, Constants::EMPTY_STRING);
222 std::string retString = bundleMgrHostImpl_->GetIconById("", "", FLAGS, FLAGS, USERID); variable
223 EXPECT_EQ(retString, Constants::EMPTY_STRING);
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp171 std::string retString = pref->GetString("stringKey", ""); variable
172 EXPECT_EQ(retString, elem.value_);
H A Dpreferences_test.cpp1033 string retString = PreferencesValue(valueString); variable
1034 EXPECT_EQ(valueString, retString);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp227 std::string retString = ptr->GetAppType(applicationInfo_->bundleName); in GetAppType() local
228 return retString; in GetAppType()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp252 string retString = ValueObject(valueString); variable
253 EXPECT_EQ(valueString, retString);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2567 std::string retString = hostImpl->GetAbilityLabel("", ""); variable
2568 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2703 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2708 retString = hostImpl->GetAppIdByBundleName("", USERID);
2709 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2711 retString = hostImpl->GetAppType("");
2712 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2785 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2788 EXPECT_EQ(retString, Constants::EMPTY_STRING);
2949 std::string retString = hostImpl->GetAppType(""); variable
[all …]
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp446 std::string retString; in LRUTest001CheckCache8() local
454 EXPECT_EQ(reply.ReadString(retString), true); in LRUTest001CheckCache8()
455 EXPECT_EQ(retString, valString); in LRUTest001CheckCache8()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server_handler.cpp33 std::string retString = "["; in GeneratePidsStrForPrinting() local
35 retString += (std::to_string(pid) + ','); in GeneratePidsStrForPrinting()
37 retString += ']'; in GeneratePidsStrForPrinting()
38 return retString; in GeneratePidsStrForPrinting()