Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.h31 struct Key { struct
46 int32_t Add(const Key &key, int32_t userId, const Template &tpl); argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
H A DPasteBoardUnifiedDataJsunit.test.js66 Key: 'text' + KEY_TEST_ELEMENT, property in text.details
76 Key: 'plainText' + KEY_TEST_ELEMENT, property in plainText.details
88 Key: 'hyperLink' + KEY_TEST_ELEMENT, property in link.details
100 Key: 'html' + KEY_TEST_ELEMENT, property in html.details
112 Key: 'file' + KEY_TEST_ELEMENT, property in file.details
123 Key: 'folder' + KEY_TEST_ELEMENT, property in folder.details
134 Key: 'image' + KEY_TEST_ELEMENT, property in image.details
145 Key: 'video' + KEY_TEST_ELEMENT, property in video.details
156 Key: 'audio' + KEY_TEST_ELEMENT, property in audio.details
H A DPasteBoardUnifiedDataSyncJsunit.test.js67 Key: 'text' + KEY_TEST_ELEMENT, property in text.details
77 Key: 'plainText' + KEY_TEST_ELEMENT, property in plainText.details
89 Key: 'hyperLink' + KEY_TEST_ELEMENT, property in link.details
101 Key: 'html' + KEY_TEST_ELEMENT, property in html.details
113 Key: 'file' + KEY_TEST_ELEMENT, property in file.details
124 Key: 'folder' + KEY_TEST_ELEMENT, property in folder.details
135 Key: 'image' + KEY_TEST_ELEMENT, property in image.details
146 Key: 'video' + KEY_TEST_ELEMENT, property in video.details
157 Key: 'audio' + KEY_TEST_ELEMENT, property in audio.details
H A DPasteBoardUdmfDelayJsunit.test.js54 Key: 'text' + KEY_TEST_ELEMENT, property in text.details
64 Key: 'plainText' + KEY_TEST_ELEMENT, property in plainText.details
76 Key: 'hyperLink' + KEY_TEST_ELEMENT, property in link.details
88 Key: 'html' + KEY_TEST_ELEMENT, property in html.details
100 Key: 'file' + KEY_TEST_ELEMENT, property in file.details
111 Key: 'folder' + KEY_TEST_ELEMENT, property in folder.details
122 Key: 'image' + KEY_TEST_ELEMENT, property in image.details
133 Key: 'video' + KEY_TEST_ELEMENT, property in video.details
144 Key: 'audio' + KEY_TEST_ELEMENT, property in audio.details
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A 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()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.h38 using Key = std::vector<uint8_t>; variable
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-keyevent.md29 ## Key section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-keyevent.md29 ## Key section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.h28 Value GetOrDefault(const std::map<Key, Value>& map, const Key& key, const Value& defaultValue) in GetOrDefault()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_storage_engine.h27 using Key = std::vector<uint8_t>; variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h72 typedef struct Key { struct
75 KeyParam *keyParams; argument
76 } Key; argument
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
H A DUdmfJsTest.js50 Key: 'text' + KEY_TEST_ELEMENT, property in text.details
71 Key: 'text' + KEY_TEST_ELEMENT, property in plainText.details
96 Key: 'link' + KEY_TEST_ELEMENT, property in link.details
121 Key: 'html' + KEY_TEST_ELEMENT, property in html.details
146 Key: 'file' + KEY_TEST_ELEMENT, property in file.details
169 Key: 'folder' + KEY_TEST_ELEMENT, property in folder.details
192 Key: 'image' + KEY_TEST_ELEMENT, property in image.details
215 Key: 'video' + KEY_TEST_ELEMENT, property in video.details
1069 Key: inputStr + KEY_TEST_ELEMENT, property in text.details
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A 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()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
H A DPasteBoardDelayPerfJsunit.test.js49 Key: 'plainText', property in plainText.details
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h24 using Key = DistributedKv::Key; variable
/ohos5.0/foundation/window/window_manager/utils/include/
H A Datomic_map.h27 void insert(const std::pair<Key, Value>& kv) in insert()
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/plugin_config/plugin_config_ini/
H A Dasr_keyword_spotting.ini31 Key = '' key
H A Dcv_image_classification.ini31 Key = '' key
H A Dsample_plugin_1.ini32 Key = '' key
H A Dsample_plugin_2.ini32 Key = '' key
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_log_utils.cpp25 Value GetValueFromMap(const std::unordered_map<Key, Value> &map, const Key &key, const Value &defau… in GetValueFromMap()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h25 using Key = DistributedDB::Key; variable
H A 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_caps.h54 enum struct Key : uint32_t { enum

12