Home
last modified time | relevance | path

Searched refs:intKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Djson_protocol.cpp60 for (const auto& [intKey, strKey] : NegotiateMessage::keyStringTable_) { in Read()
62 key = static_cast<int>(intKey); in Read()
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp99 std::string intKey = "ndktest_int_key"; variable
102 errCode = OH_Preferences_SetInt(nullptr, intKey.c_str(), 123);
105 errCode = OH_Preferences_GetInt(nullptr, intKey.c_str(), &value);
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_file_test.cpp55 int PreferencesPutValue(std::shared_ptr<Preferences> pref, const std::string &intKey, int intValue, in PreferencesPutValue() argument
58 pref->PutInt(intKey, intValue); in PreferencesPutValue()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp150 int intKey = (int)WifiDirectUtils::BytesToInt((uint8_t *)data, size); in Unmarshalling() local
151 Set(InterfaceInfoKey(key), intKey); in Unmarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1158 std::string intKey = "intKey"; in AddIntParams() local
1163 key = intKey + std::to_string(i); in AddIntParams()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp866 std::string intKey = "intKey"; in AddIntParams() local
871 key = intKey + std::to_string(i); in AddIntParams()