Searched refs:idKey (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | switch_tdd_test.cpp | 164 jerry_value_t idKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("id")); in ComponentSwitchAttributeSetTest003() local 166 jerry_value_t ret1 = jerry_set_property(attrsObj_, idKey, idVal); in ComponentSwitchAttributeSetTest003() 191 ReleaseJerryValue(idKey, idVal, showKey, showVal, ret1, ret2, VA_ARG_END_FLAG); in ComponentSwitchAttributeSetTest003()
|
H A D | swiper_tdd_test.cpp | 449 jerry_value_t idKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("id")); in ComponentSwiperAttributeSetTest019() local 451 jerry_value_t ret1 = jerry_set_property(attrsObj_, idKey, idVal); in ComponentSwiperAttributeSetTest019() 475 ReleaseJerryValue(idKey, idVal, ret1, visibilityKey, visibilityVal, ret2, VA_ARG_END_FLAG); in ComponentSwiperAttributeSetTest019()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | result_set.cpp | 79 std::string idKey = idValue.GetStringValue(); in GetNextWithField() local 80 key.assign(idKey.begin(), idKey.end()); in GetNextWithField()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_entry_test.cpp | 79 std::string idKey = "id"; in InitWantEntry() local 82 want->SetParam(idKey, idValue); in InitWantEntry()
|
H A D | pasteboard_utils_test.cpp | 118 std::string idKey = "id"; in InitWantData() local 121 want->SetParam(idKey, idValue); in InitWantData()
|
H A D | pasteboard_unified_data_test.cpp | 114 std::string idKey = "id"; in InitWantData() local 117 want->SetParam(idKey, idValue); in InitWantData()
|
H A D | pasteboard_client_udmf_delay_test.cpp | 306 std::string idKey = "id";
in SetWantUnifiedData() local 310 want->SetParam(idKey, idValue);
in SetWantUnifiedData()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 585 constexpr char idKey[] = "id"; in ACELiteStyleManagerIDSelector003() local 587 jerry_value_t styleOption = PrepareAttrOption(idKey, idValue); in ACELiteStyleManagerIDSelector003()
|
/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | tlv_util_test.cpp | 525 std::string idKey = "id"; in HWTEST_F() local 527 want->SetParam(idKey, idValue); in HWTEST_F() 543 EXPECT_EQ(idValue, wantResult->GetIntParam(idKey, 0)); in HWTEST_F()
|
Completed in 10 milliseconds