Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 33) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
Drdb_subscriber_manager.h31 struct Key { struct
46 int32_t Add(const Key &key, int32_t userId, const Template &tpl); argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
DPasteBoardUdmfDelayJsunit.test.js54 Key: 'text' + KEY_TEST_ELEMENT, property
64 Key: 'plainText' + KEY_TEST_ELEMENT, property
76 Key: 'hyperLink' + KEY_TEST_ELEMENT, property
88 Key: 'html' + KEY_TEST_ELEMENT, property
100 Key: 'file' + KEY_TEST_ELEMENT, property
111 Key: 'folder' + KEY_TEST_ELEMENT, property
122 Key: 'image' + KEY_TEST_ELEMENT, property
133 Key: 'video' + KEY_TEST_ELEMENT, property
144 Key: 'audio' + KEY_TEST_ELEMENT, property
DPasteBoardUnifiedDataSyncJsunit.test.js67 Key: 'text' + KEY_TEST_ELEMENT, property
77 Key: 'plainText' + KEY_TEST_ELEMENT, property
89 Key: 'hyperLink' + KEY_TEST_ELEMENT, property
101 Key: 'html' + KEY_TEST_ELEMENT, property
113 Key: 'file' + KEY_TEST_ELEMENT, property
124 Key: 'folder' + KEY_TEST_ELEMENT, property
135 Key: 'image' + KEY_TEST_ELEMENT, property
146 Key: 'video' + KEY_TEST_ELEMENT, property
157 Key: 'audio' + KEY_TEST_ELEMENT, property
DPasteBoardUnifiedDataJsunit.test.js66 Key: 'text' + KEY_TEST_ELEMENT, property
76 Key: 'plainText' + KEY_TEST_ELEMENT, property
88 Key: 'hyperLink' + KEY_TEST_ELEMENT, property
100 Key: 'html' + KEY_TEST_ELEMENT, property
112 Key: 'file' + KEY_TEST_ELEMENT, property
123 Key: 'folder' + KEY_TEST_ELEMENT, property
134 Key: 'image' + KEY_TEST_ELEMENT, property
145 Key: 'video' + KEY_TEST_ELEMENT, property
156 Key: 'audio' + KEY_TEST_ELEMENT, property
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
Dcallbacks_manager.h67 static void DefaultProcess(const std::vector<Key> &, std::vector<OperationResult> &){}; in DefaultProcess()
90std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer)> processOn… in AddObservers()
167 std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> processOnLastDel) in DelObservers()
187 …void *subscriber, std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> pr… in DelObservers()
227 std::function<void(std::map<Key, std::vector<ObserverNodeOnEnabled>> &)> enableLocalFunc, in EnableObservers()
228 std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> enableServiceFunc) in EnableObservers()
275std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> processOnLastDisable) in DisableObservers()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
Dnapi_callbacks_manager.h44 static void DefaultProcess(const std::vector<Key> &, const std::shared_ptr<Observer> &observer, in DefaultProcess()
64std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer)> processOn… in AddObservers()
111std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &, std::vector<Operat… in DelObservers()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
Dcheck_common.h38 using Key = std::vector<uint8_t>; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_utils.h28 Value GetOrDefault(const std::map<Key, Value>& map, const Key& key, const Value& defaultValue) in GetOrDefault()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
Dobject_storage_engine.h27 using Key = std::vector<uint8_t>; variable
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
Dpublished_data_subscriber_manager.cpp136 keys, subscriber, [this](std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) { in EnableObservers()
217 lastChangeNodeMap_.Compute(key, [](const Key &, PublishedDataChangeNode &value) { in Emit()
230 …lastChangeNodeMap_.Compute(key, [&data, &changeNode](const Key &, PublishedDataChangeNode &value) { in Emit()
250 … lastChangeNodeMap_.ComputeIfPresent(key, [&node](const Key &, PublishedDataChangeNode &value) { in Emit()
261 void PublishedDataSubscriberManager::EmitOnEnable(std::map<Key, std::vector<ObserverNodeOnEnabled>>… in EmitOnEnable()
267 PublishedDataChangeNode &value) { in EmitOnEnable()
Drdb_subscriber_manager.cpp143 [this](std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) { in EnableObservers()
243 void RdbSubscriberManager::EmitOnEnable(std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) in EmitOnEnable()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
DUdmfJsTest.js48 Key: 'text' + KEY_TEST_ELEMENT, property
69 Key: 'text' + KEY_TEST_ELEMENT, property
94 Key: 'link' + KEY_TEST_ELEMENT, property
119 Key: 'html' + KEY_TEST_ELEMENT, property
144 Key: 'file' + KEY_TEST_ELEMENT, property
167 Key: 'folder' + KEY_TEST_ELEMENT, property
190 Key: 'image' + KEY_TEST_ELEMENT, property
213 Key: 'video' + KEY_TEST_ELEMENT, property
1067 Key: inputStr + KEY_TEST_ELEMENT, property
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dkv_types_util.h24 using Key = DistributedKv::Key; variable
/foundation/window/window_manager/utils/include/
Datomic_map.h27 void insert(const std::pair<Key, Value>& kv) in insert()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
DPasteBoardDelayPerfJsunit.test.js49 Key: 'plainText', property
/foundation/ai/ai_engine/services/common/protocol/plugin_config/plugin_config_ini/
Dcv_image_classification.ini31 Key = '' key
Dasr_keyword_spotting.ini31 Key = '' key
Dsample_plugin_1.ini32 Key = '' key
Dsample_plugin_2.ini32 Key = '' key
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Ddb_store_mock.h25 using Key = DistributedDB::Key; variable
Ddb_store_mock.cpp253 DBStatus DBStoreMock::Get(ConcurrentMap<Key, Value> &store, const Key &key, Value &value) const in Get()
260 DBStatus DBStoreMock::GetEntries(ConcurrentMap<Key, Value> &store, const Key &keyPrefix, in GetEntries()
273 DBStatus DBStoreMock::PutBatch(ConcurrentMap<Key, Value> &store, const std::vector<Entry> &entries) in PutBatch()
288 DBStatus DBStoreMock::DeleteBatch(ConcurrentMap<Key, Value> &store, const std::vector<Key> &keys) in DeleteBatch()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
Dplugin_caps.h54 enum struct Key : uint32_t { enum
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
Dgif_encoder.cpp596 int GifEncoder::IsInDictionary(uint32_t Key) in IsInDictionary()
609 void GifEncoder::AddToDictionary(uint32_t Key, int Code) in AddToDictionary()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_storage_executor.cpp298 const std::pair<Key, Key> &pairKey, std::vector<Entry> &entries, GRD_ResultSet **resultSet) in GetEntriesPrepare()
322 int RdSingleVerStorageExecutor::GetEntries(const GRD_KvScanModeE mode, const std::pair<Key, Key> &p… in GetEntries()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dtypes_export.h39 using Key = std::vector<uint8_t>; variable

12