Home
last modified time | relevance | path

Searched refs:result1 (Results 1 - 25 of 53) sorted by relevance

123

/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/entry/src/main/cpp/
H A DAudioPlayerNDK.cpp39 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); in PlayerStateSetURLSource() local
43 if (result1 == AV_ERR_OK && result2 == AV_ERR_OK) { in PlayerStateSetURLSource()
55 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); in PlayerStatePrepare() local
61 if (result1 == AV_ERR_OK && result2 == AV_ERR_OK) { in PlayerStatePrepare()
74 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); in PlayerStatePlayer() local
81 if (result1 == AV_ERR_OK && result2 == AV_ERR_OK && result3 == AV_ERR_OK) { in PlayerStatePlayer()
94 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); in PlayerStatePause() local
102 if (result1 == AV_ERR_OK && result2 == AV_ERR_OK && result3 == AV_ERR_OK && result4 == AV_ERR_OK) { in PlayerStatePause()
115 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); in PlayerStateStop() local
121 if (result1 in PlayerStateStop()
133 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); PlayerStateReset() local
153 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); PlayerStateSetvolume() local
173 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); PlayerStateSeek() local
194 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); PlayerStateGetCurrentTime() local
219 OH_AVErrCode result1 = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_0_75_X); PlayerStateSetSpeed() local
238 OH_AVErrCode result1 = OH_AVPlayer_SetURLSource(player, path); PlayerStateGetSpeed() local
262 bool result1 = OH_AVPlayer_IsPlaying(player); PlayerStateIsPlaying() local
283 OH_AVErrCode result1 = OH_AVPlayer_GetDuration(player, &duration); PlayerStateGetDuration() local
304 OH_AVErrCode result1 = OH_AVPlayer_SetLooping(player, loop); PlayerStateLoop() local
327 OH_AVErrCode result1 = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_1_25_X); PlayerStateSetSpeed_1_25_X() local
348 OH_AVErrCode result1 = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_1_75_X); PlayerStateSetSpeed_1_75_X() local
369 OH_AVErrCode result1 = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_2_00_X); PlayerStateSetSpeed_2_00_X() local
[all...]
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp68 struct result result1; in InitNativeWindow() local
72 result1.image = _image; in InitNativeWindow()
74 result1.nativeWindow = _nativeWindow; in InitNativeWindow()
76 result1.width_ = 0x100; in InitNativeWindow()
77 result1.height_ = 0x100; in InitNativeWindow()
78 int32_t ret = OH_NativeWindow_NativeWindowHandleOpt(_nativeWindow, code, result1.width_, result1.height_); in InitNativeWindow()
82 return result1; in InitNativeWindow()
380 struct result result1 = InitNativeWindow(); in testNativeWindowNativeWindowAbortBufferNullptr() local
381 OH_NativeImage *image = result1 in testNativeWindowNativeWindowAbortBufferNullptr()
408 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestAbortBufferNormal() local
440 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestAbortBufferAbnormal() local
477 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestBufferFenceFdNormal() local
508 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestBufferFenceFdAbnormal() local
537 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestAbortBufferMax() local
567 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowRequestAbortBufferErrorCode() local
610 struct result result1 = InitNativeWindow(); testNativeWindowWriteToParcelErrptr() local
725 struct result result1 = InitNativeWindow(); testNativeWindowReadFromParcelAbNormal() local
751 struct result result1, result2; testNativeWindowWRParcelDifferent() local
791 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowFlushBufferNullptr() local
829 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowFlushBufferNormal() local
870 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowFlushBufferAbnormal() local
899 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowFlushBufferErrorCode() local
939 struct result result1 = InitNativeWindow(); testNativeWindowGetLastFlushedBufferV2Nullptr() local
968 struct result result1 = InitNativeWindow(); testNativeWindowGetLastFlushedBufferNullptr() local
996 struct result result1 = InitNativeWindow(); testNativeWindowGetLastFlushedBufferV2Normal() local
1025 struct result result1 = InitNativeWindow(); testNativeWindowGetLastFlushedBufferNormal() local
1055 struct result result1 = InitNativeWindow(); testNativeWindowSetBufferHold() local
1083 struct result result1 = InitNativeWindow(); testNativeWindowGetNativeObjectMagicNormal() local
1152 struct result result1 = InitNativeWindow(); testNativeWindowNativeObjectReferenceNormal() local
1202 struct result result1 = InitNativeWindow(); testNativeWindowNativeObjectUnreferenceNormal() local
1231 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowAttachBufferNullptr() local
1259 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowDetachBufferNullptr() local
1288 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowDetachBufferNormal() local
1323 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowAttachBufferErrorCode() local
1356 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowAttachBufferNormal() local
1397 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowDetachBufferErrorCode() local
1434 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowAtDetachDifferentBufferNormal() local
1543 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal() local
1605 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal() local
[all...]
H A Dnativewindow2.cpp82 struct result result1; in InitNativeWindow() local
86 result1.image = _image; in InitNativeWindow()
88 result1.nativeWindow = _nativeWindow; in InitNativeWindow()
96 return result1; in InitNativeWindow()
108 struct result result1 = InitNativeWindow(); in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() local
109 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowHandleOptSetGetFormatNormal()
110 OHNativeWindow *nativeWindow = result1.nativeWindow; in testNativeWindowNativeWindowHandleOptSetGetFormatNormal()
154 struct result result1 = InitNativeWindow(); in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() local
155 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
156 OHNativeWindow *nativeWindow = result1 in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
202 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetUsageNormal() local
235 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() local
285 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetStrideNormal() local
318 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() local
365 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetSwapIntervalNormal() local
399 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetSwapIntervalAbnormal() local
446 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetColorGamutNormal() local
479 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetColorGamutAbnormal() local
526 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetTransformNormal() local
559 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetTransformAbnormal() local
606 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetUiTimeStampNormal() local
628 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetUiTimeStampAbnormal() local
663 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptGetBufferQueueSize() local
688 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetHdrWhitePointBrightnessNormal() local
712 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetHdrWhitePointBrightnessAbnormal() local
745 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetSdrWhitePointBrightnessNormal() local
769 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetSdrWhitePointBrightnessAbnormal() local
801 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() local
835 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal() local
888 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetAppFrameworkTypeNormal() local
923 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetGetAppFrameworkTypeAbnormal() local
953 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowSetSetScalingModeV2Nullptr() local
977 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowSetScalingModeV2ScalingMode() local
1001 struct result result1 = InitNativeWindow(); testNativeWindowGetColorSpaceFirst() local
1030 struct result result1 = InitNativeWindow(); testNativeWindowSetColorSpaceNormal() local
1084 struct result result1 = InitNativeWindow(); testNativeWindowSetColorSpaceAbnormal() local
1123 struct result result1 = InitNativeWindow(); testNativeWindowGetMetadataValueFirst() local
1286 struct result result1 = InitNativeWindow(); testNativeWindowSetDynamicMetadataValue() local
1323 struct result result1 = InitNativeWindow(); testNativeWindowSetMetadataValueTimes() local
1518 struct result result1 = InitNativeWindow(); testNativeWindowSetStaticMetadataValue() local
1702 struct result result1 = InitNativeWindow(); testNativeWindowSetMetadataValue() local
1739 struct result result1 = InitNativeWindow(); testNativeWindowSetNullMetadataValue() local
1761 struct result result1 = InitNativeWindow(); testNativeWindowSetMetadataValueNullptr() local
1787 struct result result1 = InitNativeWindow(); testNativeWindowGetMetadataValueAbnormal() local
1812 struct result result1 = InitNativeWindow(); testNativeWindowGetMetadataValueNullptr() local
1854 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetDesiredPresentTimeStampNormal() local
1876 struct result result1 = InitNativeWindow(); testNativeWindowNativeWindowHandleOptSetDesiredPresentTimeStampAbNormal() local
[all...]
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp557 napi_value result1 = nullptr; in OHNativeImageAttachContextNullptr() local
561 napi_create_int32(env, FAIL, &result1); in OHNativeImageAttachContextNullptr()
563 napi_create_int32(env, SUCCESS, &result1); in OHNativeImageAttachContextNullptr()
565 napi_set_element(env, result, ARR_NUMBER_0, result1); in OHNativeImageAttachContextNullptr()
603 napi_value result1 = nullptr; in OHNativeImageAttachContextNormal() local
607 napi_create_int32(env, SUCCESS, &result1); in OHNativeImageAttachContextNormal()
609 napi_create_int32(env, FAIL, &result1); in OHNativeImageAttachContextNormal()
611 napi_set_element(env, result, ARR_NUMBER_0, result1); in OHNativeImageAttachContextNormal()
633 napi_value result1 = nullptr; in OHNativeImageDetachContextNormal() local
638 napi_create_int32(env, FAIL, &result1); in OHNativeImageDetachContextNormal()
669 napi_value result1 = nullptr; OHNativeImageGetSurfaceIdNullptr() local
742 napi_value result1 = nullptr; OHNativeImageGetTransformMatrixNullptr() local
770 napi_value result1 = nullptr; OHNativeImageGetTransformMatrixV2Nullptr() local
815 napi_value result1 = nullptr; OHNativeImageGetTimestampNormal() local
881 napi_value result1 = nullptr; OHNativeImageGetTransformMatrixNormal() local
915 napi_value result1 = nullptr; OHNativeImageGetTransformMatrixV2Normal() local
984 napi_value result1 = nullptr; OHNativeImageSetOnFrameAvailableListenerNormal() local
1040 napi_value result1 = nullptr; OHNativeImageUnsetOnFrameAvailableListenerNormal() local
[all...]
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/
H A Dnativebuffer.cpp425 napi_value result1 = nullptr; in OHNativeBufferFromNativeWindowBufferNullptr() local
434 napi_create_int32(env, ret, &result1); in OHNativeBufferFromNativeWindowBufferNullptr()
435 napi_set_element(env, result, NUMBER_0, result1); in OHNativeBufferFromNativeWindowBufferNullptr()
452 napi_create_int32(env, ret, &result1); in OHNativeBufferFromNativeWindowBufferNullptr()
453 napi_set_element(env, result, NUMBER_1, result1); in OHNativeBufferFromNativeWindowBufferNullptr()
465 napi_value result1 = nullptr; in OHNativeBufferFromNativeWindowBufferNormal() local
483 napi_create_int32(env, ret, &result1); in OHNativeBufferFromNativeWindowBufferNormal()
484 napi_set_element(env, result, NUMBER_0, result1); in OHNativeBufferFromNativeWindowBufferNormal()
488 napi_create_int32(env, SUCCESS, &result1); in OHNativeBufferFromNativeWindowBufferNormal()
490 napi_create_int32(env, FAIL, &result1); in OHNativeBufferFromNativeWindowBufferNormal()
612 napi_value result1 = nullptr; OHNativeBuffeMapPlanesNullptr() local
635 napi_value result1 = nullptr; OHNativeBufferMapPlanesNormal() local
820 napi_value result1 = nullptr; OHNativeBufferGetColorSpaceNullptr() local
1475 napi_value result1 = nullptr; OHNativeBufferSetMetadataValueNullptr() local
1499 napi_value result1 = nullptr; OHNativeBufferGetMetadataValueAbnormal() local
1523 napi_value result1 = nullptr; OHNativeBufferGetMetadataValueNullptr() local
[all...]
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp117 OH_AVSCREEN_CAPTURE_ErrCode result1 = OH_AVScreenCapture_Init(screenCapture, config_); in NormalAVScreenCaptureTest() local
126 if (result1 == AV_SCREEN_CAPTURE_ERR_OK) { in NormalAVScreenCaptureTest()
148 OH_AVSCREEN_CAPTURE_ErrCode result1 = OH_AVScreenCapture_Init(screenCapture, config_); in NormalAVScreenRecordTest() local
155 if (result1 == AV_SCREEN_CAPTURE_ERR_OK) { in NormalAVScreenRecordTest()
206 OH_AVSCREEN_CAPTURE_ErrCode result1 = OH_AVScreenCapture_Init(screenCapture, config_); in NormalAVScreenCaptureSurfaceTest() local
275 if (result1 == AV_SCREEN_CAPTURE_ERR_OK) { in NormalAVScreenCaptureSurfaceTest()
475 OH_AVSCREEN_CAPTURE_ErrCode result1 = OH_AVScreenCapture_Init(screenCapture, config_); in OriginAVScreenCaptureTest() local
484 if (result1 == AV_SCREEN_CAPTURE_ERR_OK) { in OriginAVScreenCaptureTest()
487 OH_LOG_INFO(LOG_APP, "init/start/stop failed, init: %d, start: %d", result1, result2); in OriginAVScreenCaptureTest()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DLiteIPCServiceTest.cpp125 BOOL result1 = SAMGR_GetInstance()->RegisterService((Service *)&g_service); in ServiceInit() local
127 if (result1 == FALSE) { in ServiceInit()
138 BOOL result1 = SAMGR_GetInstance()->RegisterDefaultFeatureApi(SERVICE_NAME, GET_IUNKNOWN(g_service)); in FeatureInit() local
139 if (result1 == FALSE) { in FeatureInit()
H A DTaskpoolNoTaskTest.cpp154 BOOL result1 = SAMGR_GetInstance()->RegisterDefaultFeatureApi("Service_NoTask", in GFeatureInit() local
159 if (result1 != TRUE || result2 != TRUE || result3 != TRUE) { in GFeatureInit()
160 printf("[hcpptest]error register feature or api fail <%d, %d, %d> \n", result1, result2, result3); in GFeatureInit()
H A DIUnknownTest.cpp137 BOOL result1 = SAMGR_GetInstance()->RegisterService((Service *)&g_service); in SetUp() local
139 if (result1 == FALSE && result2 == FALSE) { in SetUp()
H A DFeatureTest.cpp220 BOOL result1 = SAMGR_GetInstance()->RegisterFeature("serviceName201", (Feature *)&g_feature); in HWTEST_F() local
221 ASSERT_EQ(result1, TRUE); in HWTEST_F()
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js1896 let result1 = that.encode(undefined)
1897 expect(result1).assertEqual(undefined)
2048 let result1 = that.encodeInto(undefined)
2049 expect(result1).assertEqual(undefined)
3908 let result1 = res.valueOf()
3909 expect(result1).assertEqual(-0.5)
3922 let result1 = res.valueOf()
3923 expect(result1).assertEqual(0.75)
3936 let result1 = res.valueOf()
3937 expect(result1)
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_array_buffer_backing_store.cpp121 JSVM_Value result1; in TEST() local
122 JSVMTEST_CALL(OH_JSVM_CreateTypedarray(env, JSVM_INT8_ARRAY, 2, result, 5, &result1)); in TEST()
125 status = OH_JSVM_IsTypedarray(env, result1, &isTypedArray); in TEST()
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DGetCountryCodeM.test.js29 let result1 = geolocationm.isLocationEnabled();
30 console.info('[lbs_js] getLocationSwitchState result: ' + JSON.stringify(result1));
31 if(!result1){
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/waterFlower/
H A DwaterFlower.cpp52 auto result1 = OH_ArkUI_WaterFlowSectionOption_GetRowGap(option,0); in testWaterFlower_004() local
53 ASSERT_EQ(result1, 5); in testWaterFlower_004()
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/
H A DActsOpenslesPlayerNdkTest.cpp528 SLresult result1 = (*engineEngine)->CreateLEDDevice(engineEngine, nullptr, 0, 0, nullptr, nullptr); in HWTEST_F() local
529 ASSERT_EQ(SL_RESULT_FEATURE_UNSUPPORTED, result1); in HWTEST_F()
574 SLresult result1 = (*engineObject_)->RegisterCallback(engineObject_, nullptr, nullptr); in HWTEST_F() local
575 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
631 SLresult result1 = (*playItf)->GetDuration(playItf, nullptr); in HWTEST_F() local
632 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
704 SLresult result1 = (*volumeItf)->SetMute(volumeItf, SL_BOOLEAN_FALSE); in HWTEST_F() local
705 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingCanvasDrawRecordCmdTest.cpp124 OH_Drawing_ErrorCode result1 = OH_Drawing_CanvasDrawRecordCmd(canvas, nullptr); in HWTEST_F() local
125 EXPECT_EQ(result1, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
/test/xts/acts/graphic/graphicEffectFliterTest/
H A DNativeDisplaySoloistTest.cpp116 int32_t result1 = OH_DisplaySoloist_SetExpectedFrameRateRange(nullptr, &validRange); in HWTEST_F() local
117 EXPECT_EQ(SOLOIST_ERROR, result1); in HWTEST_F()
/test/testfwk/arkxtest/uitest/test/
H A Dipc_transactor_test.cpp257 ApiReplyInfo result1; in TEST() local
261 client.Transact(call1, result1); in TEST()
264 ASSERT_EQ(result1.exception_.code_, ERR_API_USAGE); in TEST()
/test/xts/acts/location/geolocation_errorCode/entry/src/ohosTest/js/test/
H A DLocationErrorTest.test.js38 let result1 = geolocationm.isLocationEnabled();
39 console.info('[lbs_js] getLocationSwitchState result: ' + JSON.stringify(result1));
40 if(!result1){
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp187 napi_value result1 = nullptr; in OHNativeVSyncCreateNormal() local
190 napi_create_int32(env, FAIL, &result1); in OHNativeVSyncCreateNormal()
192 napi_create_int32(env, SUCCESS, &result1); in OHNativeVSyncCreateNormal()
194 napi_set_element(env, result, 0, result1); in OHNativeVSyncCreateNormal()
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameraprovidercase.cpp70 DCameraSettings result1; member
180 result1.type_ = UPDATE_METADATA; in HWTEST_F()
181 result1.value_ = "SettingValue"; in HWTEST_F()
182 int32_t ret = cameraProvider.OnSettingsResult(dhBase, result1); in HWTEST_F()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_notask_func_test.c154 BOOL result1 = SAMGR_GetInstance()->RegisterDefaultFeatureApi("Service_NoTask", GET_IUNKNOWN(g_createService)); in FeatureInit() local
159 if (result1 == FALSE || result2 == FALSE || result3 == FALSE) { in FeatureInit()
H A Diunknown_func_test.c127 BOOL result1 = SAMGR_GetInstance()->RegisterService((Service *)&g_service); in IUnknownTestSuiteSetUp() local
129 if (result1 == TRUE && result2 == TRUE) { in IUnknownTestSuiteSetUp()
H A Dfeature_func_test.c217 BOOL result1 = SAMGR_GetInstance()->RegisterFeature("serviceName201", (Feature *)&g_feature); variable
218 TEST_ASSERT_EQUAL_INT(result1, TRUE);
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js1171 let result1 = true;
1182 result1 = false
1184 expect(result1).assertEqual(false);
1226 let result1 = true;
1237 result1 = false
1239 expect(result1).assertEqual(true);
1352 let result1 = true;
1363 result1 = false
1365 expect(result1).assertEqual(false);
1407 let result1
[all...]

Completed in 41 milliseconds

123