Searched refs:KEY_ID (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | key_event_unit_test.cpp | 24 const uint16_t KEY_ID = 10; variable 40 keyEvent_ = new KeyEvent(KEY_ID, STATE); in SetUpTestCase() 64 EXPECT_EQ(keyEvent_->GetKeyId(), KEY_ID);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | result_set.cpp | 23 constexpr const char *KEY_ID = "_id"; variable 49 filterObj.DeleteItemFromObject(KEY_ID); in GetValueFromDB() 78 ValueObject idValue = JsonCommon::GetValueInSameLevel(filterObjChild, KEY_ID); in GetNextWithField() 263 if (!context_->ifShowId || singleCutPath[0] != KEY_ID) { in CutJsonBranch() 266 …if (singleCutPath[0] == KEY_ID && !isIdExistInValue) { // projection has Id, and its showType is t… in CutJsonBranch() 283 idPath.emplace_back(KEY_ID); in CutJsonBranch()
|
H A D | result_set_common.cpp | 27 …if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is t… in InitResultSet()
|
H A D | document_store.cpp | 30 constexpr const char *KEY_ID = "_id"; variable 360 ValueObject idValue = JsonCommon::GetValueInSameLevel(filterObjChild, KEY_ID, isIdExist); in InsertIdToDocument() 368 … JsonObject idObj = filterObj.GetObjectItem(KEY_ID, errCode); // this errCode will always be E_OK. in InsertIdToDocument() 509 ValueObject idValue = JsonCommon::GetValueInSameLevel(documentObjChild, KEY_ID); in InsertDataIntoDB()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/ |
H A D | grd_format_config.h | 26 #define KEY_ID ("_id") macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | check_common.cpp | 28 constexpr const char *KEY_ID = "_id"; variable 127 ValueObject idValue = JsonCommon::GetValueInSameLevel(idObjChild, KEY_ID, isIdExisit); in CheckIdFormat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.h | 71 constexpr char KEY_ID[] = "id"; variable
|
H A D | event_recorder.cpp | 43 params_->emplace(KEY_ID, id); in SetId()
|
/ohos5.0/foundation/multimedia/player_framework/ |
H A D | hisysevent.yaml | 79 DECRYPT_KEYID: {type: STRING, desc: Decryption KEY_ID}
|