Searched defs:testValue (Results 1 – 5 of 5) sorted by relevance
55 auto testValue = new TestNApiValue(type, value); in CreateNapiValue() local238 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(object); in napi_has_named_property() local255 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(object); in napi_get_named_property() local303 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_string_utf8() local318 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_int32() local328 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_uint32() local338 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_int64() local350 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_set_named_property() local
166 int64_t testValue = 0; in RecordParamIntValueTest() local174 uint64_t testValue = 0; in RecordParamUintValueTest() local182 double testValue = 0; in RecordParamDouValueTest() local190 char* testValue = nullptr; in RecordParamStrValueTest() local262 int64_t testValue = 0; in RecordParamIntValueInvalidTest() local269 uint64_t testValue = 0; in RecordParamUintValueInvalidTest() local276 double testValue = 0; in RecordParamDouValueInvalidTest() local283 char* testValue = nullptr; in RecordParamStrValueInvalidTest() local
157 int64_t testValue = 1; variable173 int64_t testValue = 1; variable
106 string testValue = system::GetParameter(key, ""); in ParamSetFun() local222 string testValue = system::GetParameter(key, ""); variable
184 constexpr float testValue = 50; variable