Home
last modified time | relevance | path

Searched defs:keyBytes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_txt_record.cpp31const std::vector<unsigned char> &keyBytes, const std::vector<unsigned char> &valBytes, int index) in InsertData()
103 std::vector<unsigned char> keyBytes; in SetRecord() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp64 std::vector<uint8_t> keyBytes = {key.begin(), key.end()}; in PutLocal() local
79 std::vector<uint8_t> keyBytes = {key.begin(), key.end()}; in GetLocal() local
97 std::vector<uint8_t> keyBytes = {key.begin(), key.end()}; in DeleteLocal() local
131 std::vector<uint8_t> keyBytes = {recordKey.begin(), recordKey.end() }; in Put() local
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_classic_tag.cpp129 uint32_t keyBytes = NfcSdkCommon::GetHexStrBytesLen(key); in AuthenticateSector() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp291 Bytes keyBytes = StringUtils::StrToBytes(key); in GetDouble() local
307 Bytes keyBytes = StringUtils::StrToBytes(key); in GetBoolean() local