Home
last modified time | relevance | path

Searched defs:strKey (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_configuration.cpp202 void NetworkShareConfiguration::ParseConfigData(Config_Value cfgValue, std::string &strKey, std::st… in ParseConfigData()
229 void NetworkShareConfiguration::ParseLineData(std::string &strKey, std::string &strVal) in ParseLineData()
273 std::string strKey = line.substr(0, pos); in LoadConfigData() local
/foundation/multimedia/av_session/services/session/server/remote/
Dremote_session_capability_set.cpp63 std::string strKey = sessionId + "-" + sinkDevice; in HasCapability() local
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
Dlocal_call_container.cpp315 const std::string strKey = element.GetURI(); in SetCallLocalRecord() local
331 const std::string strKey = element.GetURI(); in SetMultipleCallLocalRecord() local
/foundation/distributeddatamgr/preferences/test/native/unittest/
Dpreferences_file_test.cpp56 const std::string &strKey, const std::string &strValue) in PreferencesPutValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_kv_concurrency_crud_test.cpp70 string strKey, strValue; in ConcurOperThread() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
Dlocal_call_container_ut_test.cpp712 const std::string strKey = elementName.GetURI(); variable