/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | dialling_numbers_info.h | 106 DiallingNumbersInfo(int32_t efid, int32_t recordNumber) in DiallingNumbersInfo() argument 109 index_ = recordNumber; in DiallingNumbersInfo() 122 DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string alphaTag, std::u16string number, in DiallingNumbersInfo() argument 126 index_ = recordNumber; in DiallingNumbersInfo() 132 DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string &alphaTag, std::u16string &number) in DiallingNumbersInfo() argument 135 index_ = recordNumber; in DiallingNumbersInfo()
|
/base/telephony/core_service/frameworks/js/sim/include/ |
H A D | napi_sim.h | 67 int32_t recordNumber = ERROR_NONE; member
|
/base/telephony/core_service/services/sim/include/ |
H A D | icc_dialling_numbers_handler.h | 196 void GetDiallingNumbers(int ef, int extensionEF, int recordNumber, AppExecFwk::InnerEvent::Pointer &response);
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 246 int32_t TelRilSms::NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument 250 TELEPHONY_LOG_FUNC_NAME, std::make_shared<int32_t>(recordNumber), RadioEvent::RADIO_SMS_ON_SIM); in NewSmsStoredOnSimNotify()
|
H A D | tel_ril_callback.cpp | 819 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() 822 responseInfo, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, indicationType); in NewSmsStoredOnSimNotify() 818 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 81 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
|
H A D | tel_ril_callback.h | 256 int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber,
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 332 SetPropertyToNapiObject(env, val, "recordNumber", info.recordNumber); in DiallingNumbersConversion() 351 telNumber->index_ = info.recordNumber; in GetDiallingNumberInfo() 359 napi_value recordNumber = NapiUtil::GetNamedProperty(env, arg, "recordNumber"); in DiallingNumberParaAnalyze() local 360 if (recordNumber) { in DiallingNumberParaAnalyze() 361 NapiValueToCppValue(env, recordNumber, napi_number, &info.recordNumber); in DiallingNumberParaAnalyze() 2204 info.recordNumber = dialNumber->index_; in NativeQueryIccDiallingNumbers()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 1283 int32_t recordNumber = 0; in HWTEST_F() local 1284 EXPECT_EQ(HDF_SUCCESS, sms->NewSmsStoredOnSimNotify(1, err, &recordNumber, 0)); in HWTEST_F() 1285 EXPECT_NE(HDF_SUCCESS, sms->NewSmsStoredOnSimNotify(1, err, &recordNumber, sizeof(int32_t))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 1690 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() 1692 TELEPHONY_LOGI("RilCallbackTest::NewSmsStoredOnSimNotify recordNumber : %{public}d, indicationType : %{public}d", in NewSmsStoredOnSimNotify() 1693 recordNumber, indicationType); in NewSmsStoredOnSimNotify() 1689 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 263 int32_t recordNumber, int32_t indicationType) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1505 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType)
in NewSmsStoredOnSimNotify() 1508 cout << " [recordNumber] : " << recordNumber << endl;
in NewSmsStoredOnSimNotify() 1504 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 730 int32_t recordNumber = *(static_cast<const int32_t *>(response)); in NewSmsStoredOnSimNotify() local 732 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsStoredOnSimNotify, recordNumber, indType); in NewSmsStoredOnSimNotify()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 481 int32_t recordNumber, int32_t indicationType) override;
|