Searched refs:baseResult (Results 1 - 4 of 4) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_call_callback_stub_test.cpp | 171 SsBaseResult baseResult; in HWTEST_F() local 172 callBackStub.SetClipResponse(slotId, baseResult); in HWTEST_F() 177 callBackStub.SetClirResponse(slotId, baseResult); in HWTEST_F() 180 callBackStub.SetCallTransferResponse(slotId, baseResult); in HWTEST_F() 183 callBackStub.SetCallTransferResponse(slotId, baseResult); in HWTEST_F() 186 callBackStub.SetCallWaitingResponse(slotId, baseResult); in HWTEST_F() 189 callBackStub.SetColrResponse(slotId, baseResult); in HWTEST_F() 192 callBackStub.SetColpResponse(slotId, baseResult); in HWTEST_F() 242 SsBaseResult baseResult; in HWTEST_F() local 243 callBackStub.SendEvent(slotId, eventId, baseResult); in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_store_strategy.h | 108 static void RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult, 128 static void RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult, 148 static void RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult,
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 397 const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) in RecoverFromDb() 399 if (resultSet == nullptr || reminder == nullptr || baseResult == nullptr) { in RecoverFromDb() 403 ReminderStrategy::RecoverFromDb(reminder, baseResult); in RecoverFromDb() 452 const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) in RecoverFromDb() 454 if (resultSet == nullptr || reminder == nullptr || baseResult == nullptr) { in RecoverFromDb() 458 ReminderStrategy::RecoverFromDb(reminder, baseResult); in RecoverFromDb() 616 const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) in RecoverFromDb() 618 if (resultSet == nullptr || reminder == nullptr || baseResult == nullptr) { in RecoverFromDb() 622 ReminderStrategy::RecoverFromDb(reminder, baseResult); in RecoverFromDb() 396 RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) RecoverFromDb() argument 451 RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) RecoverFromDb() argument 615 RecoverFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSet>& resultSet) RecoverFromDb() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | measure_data.cpp | 656 double baseResult = 0.0; in Convert() local 688 baseResult = fromFactors[0] * value + fromFactors[1]; in Convert() 691 result = (baseResult - toFactors[1]) / toFactors[0]; in Convert()
|
Completed in 6 milliseconds