Home
last modified time | relevance | path

Searched refs:VALUE_INDEX (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp102 startValue_ = std::get<VALUE_INDEX>(keyframes_.front()); in InitInterpolationValue()
103 endValue_ = std::get<VALUE_INDEX>(keyframes_.back()); in InitInterpolationValue()
H A Drs_keyframe_animation.h29 static constexpr int VALUE_INDEX = 1; member
/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H A Dressched_test.cpp34 const static int32_t VALUE_INDEX = 5; variable
107 int32_t value = atoi(argv[VALUE_INDEX]); in ReportData()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp50 constexpr int VALUE_INDEX = 3; member
133 eventMap[EVENT_VALUE] = eventVec[VALUE_INDEX]; in ParseArgv()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/sendablerelationalstore/src/
H A Dnapi_rdb_store_convert_utils.cpp34 constexpr int32_t VALUE_INDEX = 1; member
69 status = napi_get_element(env, values, VALUE_INDEX, &value); in FromSendableValuesBucket()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp58 static constexpr int32_t VALUE_INDEX = 1; member
96 status = napi_get_element(env, values, VALUE_INDEX, &value); in ParseSendableValuesBucket()
H A Dnapi_rdb_store.cpp67 constexpr int32_t VALUE_INDEX = 1; member
525 status = napi_get_element(env, values, VALUE_INDEX, &value); in ParseSendableValuesBucket()

Completed in 8 milliseconds