Home
last modified time | relevance | path

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 Dswitch_tdd_test.cpp164 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 Dswiper_tdd_test.cpp449 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 Dresult_set.cpp79 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 Dpaste_data_entry_test.cpp79 std::string idKey = "id"; in InitWantEntry() local
82 want->SetParam(idKey, idValue); in InitWantEntry()
H A Dpasteboard_utils_test.cpp118 std::string idKey = "id"; in InitWantData() local
121 want->SetParam(idKey, idValue); in InitWantData()
H A Dpasteboard_unified_data_test.cpp114 std::string idKey = "id"; in InitWantData() local
117 want->SetParam(idKey, idValue); in InitWantData()
H A Dpasteboard_client_udmf_delay_test.cpp306 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 Dstylemgr_tdd_test.cpp585 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 Dtlv_util_test.cpp525 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