Home
last modified time | relevance | path

Searched refs:retString (Results 1 - 7 of 7) sorted by relevance

/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, ""); in HWTEST_F() local
211 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
222 std::string retString = bundleMgrHostImpl_->GetIconById("", "", FLAGS, FLAGS, USERID); in HWTEST_F() local
223 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
/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()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp171 std::string retString = pref->GetString("stringKey", ""); in HWTEST_F() local
172 EXPECT_EQ(retString, elem.value_); in HWTEST_F()
H A Dpreferences_test.cpp1033 string retString = PreferencesValue(valueString); in HWTEST_F() local
1034 EXPECT_EQ(valueString, retString); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp252 string retString = ValueObject(valueString); in HWTEST_F() local
253 EXPECT_EQ(valueString, retString); in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp450 std::string retString; in LRUTest001CheckCache8() local
458 EXPECT_EQ(reply.ReadString(retString), true); in LRUTest001CheckCache8()
459 EXPECT_EQ(retString, valString); in LRUTest001CheckCache8()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2566 std::string retString = hostImpl->GetAbilityLabel("", ""); in HWTEST_F() local
2567 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
2701 std::string retString = hostImpl->GetAppPrivilegeLevel("", USERID); in HWTEST_F() local
2702 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
2707 retString = hostImpl->GetAppIdByBundleName("", USERID); in HWTEST_F()
2708 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
2710 retString = hostImpl->GetAppType(""); in HWTEST_F()
2711 EXPECT_EQ(retString, Constants::EMPTY_STRING); in HWTEST_F()
2783 std::string retString = hostImpl->GetStringById("", "", resId, USERID, ""); in HWTEST_F() local
2784 EXPECT_EQ(retString, Constant in HWTEST_F()
2948 std::string retString = hostImpl->GetAppType(""); HWTEST_F() local
[all...]

Completed in 14 milliseconds