Home
last modified time | relevance | path

Searched refs:dataId (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_entry_getter.cpp40 UDMF::ValueType PasteboardEntryGetter::GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId) in GetValueByType() argument
42 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "dataId:%{public}d. recordId:%{public}d, utdId:%{public}s", dataId, in GetValueByType()
48 auto result = PasteboardClient::GetInstance()->GetRecordValueByType(dataId, recordId, entryValue); in GetValueByType()
/base/startup/appspawn/modules/common/
H A Dappspawn_namespace.c45 return extData->dataId - *(uint32_t *)data; in AppSpawnExtDataCompareDataId()
51 uint32_t dataId = EXT_DATA_NAMESPACE; in GetAppSpawnNamespace() local
52 ListNode *node = OH_ListFind(&content->extData, (void *)&dataId, AppSpawnExtDataCompareDataId); in GetAppSpawnNamespace()
93 namespace->extData.dataId = EXT_DATA_NAMESPACE; in CreateAppSpawnNamespace()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_entry_getter.h27 UDMF::ValueType GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId) override;
H A Dpaste_data.h132 void SetDataId(uint32_t dataId);
H A Dpasteboard_client.h181 * @param dataId the dataId of the PasteData.
186 int32_t GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry& value);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp78 int32_t GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) override
80 (void)dataId; variable
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp158 void UnifiedRecord::SetDataId(uint32_t dataId) in SetDataId() argument
160 dataId_ = dataId; in SetDataId()
H A Dunified_data.cpp190 void UnifiedData::SetDataId(uint32_t dataId) in SetDataId() argument
192 dataId_ = dataId; in SetDataId()
/base/startup/init/services/modules/init_hook/
H A Dinit_hook.h43 uint32_t dataId; member
H A Dinit_hook.c31 if (item->dataId == *(uint32_t *)data) { in ServiceExtDataCompareProc()
54 extData->dataId = id; in AddServiceExtData()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dgetter_system.cpp44 ValueType GetterSystem::GeneralGetter::GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId) in GetValueByType() argument
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dgetter_system.h30 virtual ValueType GetValueByType(uint32_t dataId, uint32_t recordId, const std::string &utdId);
/third_party/skia/include/ports/
H A DSkRemotableFontMgr.h133 virtual SkStreamAsset* getData(int dataId) const = 0;
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp50 int32_t PasteboardServiceProxy::GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) in GetRecordValueByType() argument
57 "fail to write descriptor, dataId:%{public}d or recordId:%{public}d", dataId, recordId); in GetRecordValueByType()
60 if (!data.WriteUint32(dataId) || !data.WriteUint32(recordId)) { in GetRecordValueByType()
62 "fail to write dataId:%{public}d or recordId:%{public}d", dataId, recordId); in GetRecordValueByType()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h31 virtual int32_t GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) = 0;
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h56 void SetDataId(uint32_t dataId);
H A Dunified_data.h54 void SetDataId(uint32_t dataId);
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp420 SkStreamAsset* getData(int dataId) const override {
422 if (dataId >= fDataIdCache.count()) {
425 const DataId& id = fDataIdCache[dataId];
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h51 uint32_t dataId; member
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h31 virtual int32_t GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) override;
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c349 return extData->dataId - *(uint32_t *)data; in AppSpawnExtDataCompareDataId()
355 uint32_t dataId = type; in GetAppSpawnSandbox() local
356 ListNode *node = OH_ListFind(&content->extData, (void *)&dataId, AppSpawnExtDataCompareDataId); in GetAppSpawnSandbox()
444 sandbox->extData.dataId = type; in CreateAppSpawnSandbox()
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp168 uint16_t dataId = 0; in SendMessage() local
170 InsertSessionAndDetail(slotId, StringUtils::ToUtf8(desAddr), StringUtils::ToUtf8(text), dataId); in SendMessage()
171 TELEPHONY_LOGI("InsertSessionAndDetail write data to db. the id:%{public}d", dataId); in SendMessage()
180 DelayedSingleton<SmsPersistHelper>::GetInstance()->QuerySmsMmsForId(predicates, dataId); in SendMessage()
183 StringUtils::ToUtf8(text), sendCallback, deliveryCallback, dataId, isMmsApp); in SendMessage()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp324 int32_t PasteboardService::GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) in GetRecordValueByType() argument
341 if (dataId != data->GetDataId()) { in GetRecordValueByType()
343 "get record value fail, data is out time, pre dataId is %{public}d, cur dataId is %{public}d", dataId, in GetRecordValueByType()
350 "entry getter is nullptr, dataId is %{public}d, recordId is %{public}d", dataId, recordId); in GetRecordValueByType()
356 "get record value fail, dataId is %{public}d, recordId is %{public}d", dataId, recordId); in GetRecordValueByType()
359 clips_.ComputeIfPresent(appInfo.userId, [dataId, recordI in GetRecordValueByType()
1231 auto dataId = ++dataId_; SaveData() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp445 void* dataId = hb_face_get_user_data(face, &gDataIdKey);
446 SkASSERT(dataId == font.getTypeface());
1568 uint32_t dataId = font.currentFont().getTypeface()->uniqueID(); local
1570 uint32_t dataId = const_cast<RSFont&>(font.currentFont()).GetTypeface()->GetUniqueID(); local
1572 HBFont* typefaceFontCached = cache.find(dataId);
1579 typefaceFontCached = cache.insert(dataId, std::move(typefaceFont));
/applications/standard/contacts_data/jstest/
H A DContacts_test.js5555 var dataId = await insertData(rawContactId, "group_membership", 1, "");
5556 console.info("logMessage abnormal_contact_query_test_8700: dataId = " + dataId);
5557 expect(dataId > 0).assertTrue();
5723 var dataId = await insertData(rawContactId, "phone", "11159100", "");
5724 console.info("logMessage abnormal_contact_query_test_9100: dataId = " + dataId);
5767 var dataId = await insertData(rawContactId, "email", "fox@1.com", "");
5768 console.info("logMessage abnormal_contact_query_test_9200: dataId = " + dataId);
[all...]

Completed in 22 milliseconds

12