Searched refs:intKey (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/ |
H A D | json_protocol.cpp | 60 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 D | preferences_ndk_value_test.cpp | 99 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 D | preferences_file_test.cpp | 55 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 D | interface_info.cpp | 150 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 D | distributed_want_test.cpp | 1158 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 D | want_test.cpp | 866 std::string intKey = "intKey"; in AddIntParams() local 871 key = intKey + std::to_string(i); in AddIntParams()
|