Searched refs:theValue (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_buffer_napi.cpp | 163 napi_value theValue = nullptr; in BufferInit() local 165 NAPI_CALL(env, napi_create_string_utf8(env, theText, sizeof(theText), &theValue)); in BufferInit() 166 NAPI_CALL(env, napi_set_named_property(env, exports, "theText", theValue)); in BufferInit()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_schema_object_test.cpp | 1079 FieldValue theValue; in HWTEST_F() local 1081 theValue), E_OK); in HWTEST_F() 1082 EXPECT_EQ(theValue.integerValue, 100); in HWTEST_F() 1084 theValue), E_OK); in HWTEST_F() 1085 EXPECT_LT(std::abs(theValue.doubleValue - 3.14), 0.1); in HWTEST_F() 1087 theValue), E_OK); in HWTEST_F() 1088 EXPECT_EQ(theValue.stringValue == std::string("3.1415"), true); in HWTEST_F()
|
Completed in 3 milliseconds