Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 5 of 5) sorted by relevance

/base/update/updateservice/test/unittest/update_client/
Dclient_stub.cpp55 auto testValue = new TestNApiValue(type, value); in CreateNapiValue() local
238 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(object); in napi_has_named_property() local
255 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(object); in napi_get_named_property() local
303 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_string_utf8() local
318 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_int32() local
328 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_uint32() local
338 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_get_value_int64() local
350 TestNApiValue* testValue = reinterpret_cast<TestNApiValue*>(value); in napi_set_named_property() local
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_manager_c_test.cpp166 int64_t testValue = 0; in RecordParamIntValueTest() local
174 uint64_t testValue = 0; in RecordParamUintValueTest() local
182 double testValue = 0; in RecordParamDouValueTest() local
190 char* testValue = nullptr; in RecordParamStrValueTest() local
262 int64_t testValue = 0; in RecordParamIntValueInvalidTest() local
269 uint64_t testValue = 0; in RecordParamUintValueInvalidTest() local
276 double testValue = 0; in RecordParamDouValueInvalidTest() local
283 char* testValue = nullptr; in RecordParamStrValueInvalidTest() local
/base/security/access_token/services/common/database/test/unittest/
Ddatabase_test.cpp157 int64_t testValue = 1; variable
173 int64_t testValue = 1; variable
/base/startup/init/test/moduletest/
Dsyspara_moduleTest.cpp106 string testValue = system::GetParameter(key, ""); in ParamSetFun() local
222 string testValue = system::GetParameter(key, ""); variable
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp184 constexpr float testValue = 50; variable