/test/xts/acts/telephony/telephone/telephonyNDKTest/entry/src/main/cpp/ |
H A D | telephony_ndk_test.cpp | 120 napi_value propertyValue = nullptr;
in Conv2JsObject() local 123 napi_create_string_utf8(env, state->longOperatorName_, strlen(state->longOperatorName_), &propertyValue);
in Conv2JsObject() 124 napi_set_named_property(env, jsValue, "longOperatorName", propertyValue);
in Conv2JsObject() 126 napi_create_string_utf8(env, state->shortOperatorName_, strlen(state->shortOperatorName_), &propertyValue);
in Conv2JsObject() 127 napi_set_named_property(env, jsValue, "shortOperatorName", propertyValue);
in Conv2JsObject() 129 napi_create_string_utf8(env, state->plmnNumeric_, strlen(state->plmnNumeric_), &propertyValue);
in Conv2JsObject() 130 napi_set_named_property(env, jsValue, "plmnNumeric", propertyValue);
in Conv2JsObject() 132 napi_get_boolean(env, state->isRoaming_, &propertyValue);
in Conv2JsObject() 133 napi_set_named_property(env, jsValue, "isRoaming", propertyValue);
in Conv2JsObject() 135 napi_create_int32(env, state->regState_, &propertyValue);
in Conv2JsObject() [all...] |
/test/xts/hats/hdf/display/composer/unittest_additional/ |
H A D | hdi_composer_ut.cpp | 705 uint64_t propertyValue = 0; in HWTEST_F() local 706 auto ret = g_composerDevice->GetDisplayProperty(20, propertyId, propertyValue); in HWTEST_F() 726 uint64_t propertyValue = 0; in HWTEST_F() local 727 auto ret = g_composerDevice->GetDisplayProperty(0, propertyId, propertyValue); in HWTEST_F() 747 uint64_t propertyValue = 0; in HWTEST_F() local 748 auto ret = g_composerDevice->GetDisplayProperty(15, propertyId, propertyValue); in HWTEST_F() 768 uint64_t propertyValue = 0; in HWTEST_F() local 769 auto ret = g_composerDevice->GetDisplayProperty(-1, propertyId, propertyValue); in HWTEST_F() 789 uint64_t propertyValue = 0; in HWTEST_F() local 790 auto ret = g_composerDevice->GetDisplayProperty(g_displayIds[0], propertyId, propertyValue); in HWTEST_F() 802 uint64_t propertyValue = 0; HWTEST_F() local 815 uint64_t propertyValue = 0; HWTEST_F() local 828 uint64_t propertyValue = 0; HWTEST_F() local 841 uint64_t propertyValue = 0; HWTEST_F() local 854 uint64_t propertyValue = 0; HWTEST_F() local 867 uint64_t propertyValue = 0; HWTEST_F() local 880 uint64_t propertyValue = 0; HWTEST_F() local 893 uint64_t propertyValue = 0; HWTEST_F() local 906 uint64_t propertyValue = 0; HWTEST_F() local 919 uint64_t propertyValue = 0; HWTEST_F() local 932 uint64_t propertyValue = 20; HWTEST_F() local 945 uint64_t propertyValue = -1; HWTEST_F() local [all...] |
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
H A D | image_source_module_test.cpp | 90 std::string propertyValue, std::string *val) in ModifyImageProperty() 105 value.size = propertyValue.size(); in ModifyImageProperty() 107 memcpy_s(value.data, value.size, propertyValue.c_str(), propertyValue.size()); in ModifyImageProperty() 89 ModifyImageProperty(int32_t fd, std::string propertyKey, std::string propertyValue, std::string *val) ModifyImageProperty() argument
|
H A D | image_source_native_test.cpp | 116 std::string propertyValue = getStringFromArgs(env, argValue[NUM_2]); in JsModifyImageProperty() local 120 Image_ErrorCode ret = ismt.ModifyImageProperty(fd, propertyKey, propertyValue, &value); in JsModifyImageProperty()
|
H A D | image_source_module_test.h | 34 std::string propertyValue, std::string *value);
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 388 uint64_t propertyValue = 0; in HWTEST_F() local 389 auto ret = g_composerDevice->GetDisplayProperty(g_displayIds[0], PROPERTY_ID, propertyValue); in HWTEST_F()
|