/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_entry_getter.cpp | 45 PasteDataEntry entryValue; in GetValueByType() local 46 entryValue.SetUtdId(utdId); in GetValueByType() 47 entryValue.SetMimeType(pasteType); in GetValueByType() 48 auto result = PasteboardClient::GetInstance()->GetRecordValueByType(dataId, recordId, entryValue); in GetValueByType() 52 return entryValue.GetValue(); in GetValueByType()
|
/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_entry_getter_stub.cpp | 71 PasteDataEntry entryValue; in OnGetRecordValueByType() local 72 bool ret = entryValue.Unmarshalling(recvEntryTlv); in OnGetRecordValueByType() 77 auto result = GetRecordValueByType(recordId, entryValue); in OnGetRecordValueByType() 83 ret = entryValue.Marshalling(sendEntryTLV); in OnGetRecordValueByType()
|
H A D | pasteboard_entry_getter_proxy.cpp | 84 PasteDataEntry entryValue; in GetRecordValueByType() local 85 if (!entryValue.Unmarshalling(recvEntryTlv)) { in GetRecordValueByType() 89 value = entryValue; in GetRecordValueByType()
|
H A D | pasteboard_service_stub.cpp | 109 PasteDataEntry entryValue; in OnGetRecordValueByType() local 121 bool ret = entryValue.Unmarshalling(receiveTlv); in OnGetRecordValueByType() 126 auto result = GetRecordValueByType(dataId, recordId, entryValue); in OnGetRecordValueByType() 132 ret = entryValue.Marshalling(entryValueTLV); in OnGetRecordValueByType()
|
H A D | pasteboard_service_proxy.cpp | 95 PasteDataEntry entryValue; in GetRecordValueByType() local 96 if (!entryValue.Unmarshalling(receiveTlv)) { in GetRecordValueByType() 100 value = std::move(entryValue); in GetRecordValueByType()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata_record.cpp | 379 EntryValue entryValue; in AddEntry() local 380 if (!GetNativeValue(env, mimeType, argv[1], entryValue)) { in AddEntry() 386 std::shared_ptr<PasteDataEntry> pasteDataEntry = std::make_shared<PasteDataEntry>(utdType, entryValue); in AddEntry() 429 std::shared_ptr<PasteDataEntry> entryValue; in GetRecordData() member 453 exeContext->entryValue = exeContext->obj->value_->GetEntryByMimeType(exeContext->mimeType); in GetRecordData() 457 napi_status status = ConvertEntryValue(env, result, exeContext->mimeType, exeContext->entryValue); in GetRecordData() 580 EntryValue entryValue; in UvWorkGetRecordByEntryGetter() local 581 if (GetNativeValue(env, mimeType, resultOut, entryValue)) { in UvWorkGetRecordByEntryGetter() 582 entryGetterWork->entryValue = std::make_shared<UDMF::ValueType>(entryValue); in UvWorkGetRecordByEntryGetter() [all...] |
H A D | pasteboard_common.cpp | 321 std::shared_ptr<EntryValue> entryValue = std::make_shared<EntryValue>(); in CheckArgsMap() local 323 if (!GetNativeValue(env, mimeType, value, *entryValue)) { in CheckArgsMap() 327 result->emplace(mimeType, entryValue); in CheckArgsMap()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 61 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue); 65 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue); 71 static void SMP_AuthReqReplyObtainEntryValue(uint8_t pairMethod, const uint8_t *entryValue); 387 uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthenticationRequestReply() 401 (void)memcpy_s(ctx->entryValue, SMP_ENTRY_VALUE_LEN, entryValue, SMP_PASSKEY_LEN); in SMP_AuthenticationRequestReply() 403 (void)memcpy_s(ctx->entryValue, SMP_ENTRY_VALUE_LEN, entryValue, SMP_LEGACY_OOB_LEN); in SMP_AuthenticationRequestReply() 406 (void)memcpy_s(ctx->entryValue, SMP_ENTRY_VALUE_LEN, entryValue, SMP_SC_OOB_LE in SMP_AuthenticationRequestReply() 386 SMP_AuthenticationRequestReply( uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthenticationRequestReply() argument 1052 SMP_AuthReqReplyProcessMaster( bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthReqReplyProcessMaster() argument 1125 SMP_AuthReqReplyProcessSlave( bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthReqReplyProcessSlave() argument 1263 SMP_AuthReqReplyObtainEntryValue(uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthReqReplyObtainEntryValue() argument [all...] |
H A D | smp.h | 284 * @param entryValue Authentication value. 288 uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue);
|
H A D | smp_def.h | 270 uint8_t entryValue[SMP_ENTRY_VALUE_LEN]; member
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | pastedata_record_napi.h | 69 std::shared_ptr<UDMF::ValueType> entryValue = nullptr; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 1937 Entry entryValue; in ChkRangeResultSet() local 1938 EXPECT_EQ(resultSet->GetEntry(entryValue), OK); in ChkRangeResultSet() 1939 std::string keyStr(entryValue.value.begin(), entryValue.value.end()); in ChkRangeResultSet() 2090 Entry entryValue; in ChkRangeResultSetMoveFuc() local 2091 EXPECT_EQ(resultSet->GetEntry(entryValue), OK); in ChkRangeResultSetMoveFuc() 2092 std::string keyStr(entryValue.value.begin(), entryValue.value.end()); in ChkRangeResultSetMoveFuc()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
H A D | clipboard_impl.cpp | 637 // entryValue InstanceOf OHOS::MiscServices::EntryValue. in ProcessSpanStringData() 638 auto entryValue = entryPtr->GetValue(); in ProcessSpanStringData() local 639 auto spanStringBuffer = std::get_if<std::vector<uint8_t>>(&entryValue); in ProcessSpanStringData()
|