Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/native/gdb/unittest/
Dgdb_grdapi_test.cpp103 std::vector<uint8_t> entryKey = { 't', 'e', 's', 't' }; variable
/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/rawfile/searchConfig/
DsearchPage.json9 "entryKey": "continue_entry", string
/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/resources/rawfile/searchConfig/
DsearchPage.json9 "entryKey": "cross_device_clipboard_entry", string
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
Dprofile_change_handler.cpp50 std::unique_ptr<ProfileKey> ProfileKey::Parse(const std::string& entryKey) in Parse()