Home
last modified time | relevance | path

Searched refs:KEY_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Dkey_event_unit_test.cpp24 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 Dresult_set.cpp23 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 Dresult_set_common.cpp27 …if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is t… in InitResultSet()
H A Ddocument_store.cpp30 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 Dgrd_format_config.h26 #define KEY_ID ("_id") macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp28 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 Devent_recorder.h71 constexpr char KEY_ID[] = "id"; variable
H A Devent_recorder.cpp43 params_->emplace(KEY_ID, id); in SetId()
/ohos5.0/foundation/multimedia/player_framework/
H A Dhisysevent.yaml79 DECRYPT_KEYID: {type: STRING, desc: Decryption KEY_ID}