Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_avsession_adapter_impl_test.cpp720 int64_t temp2 = 2; in HWTEST_F() local
730 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2)); in HWTEST_F()
731 EXPECT_CALL(*positionMock, GetElapsedTime()).WillRepeatedly(::testing::Return(temp2)); in HWTEST_F()
732 EXPECT_CALL(*positionMock, GetUpdateTime()).WillRepeatedly(::testing::Return(temp2)); in HWTEST_F()
737 g_adapter->avMetadata_->SetDuration(temp2); in HWTEST_F()
739 ::testing::Return(temp2)); in HWTEST_F()
759 ::testing::Return(temp2)); in HWTEST_F()
772 int64_t temp2 = 2; in HWTEST_F() local
783 EXPECT_CALL(*positionMock, GetDuration()).WillRepeatedly(::testing::Return(temp2)); in HWTEST_F()
784 EXPECT_CALL(*positionMock, GetElapsedTime()).WillRepeatedly(::testing::Return(temp2)); in HWTEST_F()
925 int64_t temp2 = 2; HWTEST_F() local
[all...]
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/generatecert_fuzzer/
H A Dgeneratecert_fuzzer.cpp63 const uint8_t* temp2 = reinterpret_cast<const uint8_t*>(data + offset + 1); in FuzzTest() local
64 perminfo.permExpiryTime = curTime + *temp2 % 200; // time range 0 to 200 in FuzzTest()
/base/security/asset/frameworks/utils/src/
H A Dhasher.rs79 let temp2 = s0.wrapping_add(major);
87 compressed_chunk[0] = temp1.wrapping_add(temp2);
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_database_test.cpp159 HdiCredentialInfo temp2 = { in HWTEST_F()
167 infos.push_back(temp2); in HWTEST_F()
187 // test temp2 in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp101 EmergencyCall temp2 = { "356", "460", EccType::TYPE_AMBULANCE, SimpresentType::TYPE_NO_CARD, in HWTEST_F() local
111 eccVec.push_back(temp2); in HWTEST_F()
/base/startup/init/services/param/manager/
H A Dparam_manager.c572 unsigned long long int temp2 = 0; in CheckParamValueType() local
573 if (StringToULL(value, &temp2) != 0) { in CheckParamValueType()

Completed in 6 milliseconds