Home
last modified time | relevance | path

Searched refs:baseResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_call_callback_stub_test.cpp171 SsBaseResult baseResult; variable
172 callBackStub.SetClipResponse(slotId, baseResult);
177 callBackStub.SetClirResponse(slotId, baseResult);
180 callBackStub.SetCallTransferResponse(slotId, baseResult);
183 callBackStub.SetCallTransferResponse(slotId, baseResult);
186 callBackStub.SetCallWaitingResponse(slotId, baseResult);
189 callBackStub.SetColrResponse(slotId, baseResult);
192 callBackStub.SetColpResponse(slotId, baseResult);
242 SsBaseResult baseResult; variable
243 callBackStub.SendEvent(slotId, eventId, baseResult);
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store_strategy.h108 …verFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult,
128 …verFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult,
148 …verFromDb(sptr<ReminderRequest>& reminder, const std::shared_ptr<NativeRdb::ResultSet>& baseResult,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp397 …const std::shared_ptr<NativeRdb::ResultSet>& baseResult, const std::shared_ptr<NativeRdb::ResultSe… in RecoverFromDb() argument
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::ResultSe… in RecoverFromDb() argument
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::ResultSe… in RecoverFromDb() argument
618 if (resultSet == nullptr || reminder == nullptr || baseResult == nullptr) { in RecoverFromDb()
622 ReminderStrategy::RecoverFromDb(reminder, baseResult); in RecoverFromDb()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp656 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()