/base/telephony/sms_mms/services/sms/ |
H A D | ims_reg_state_callback_stub.cpp | 40 return OnImsRegInfoChanged(slotId, static_cast<ImsServiceType>(code), info); in OnRemoteRequest() 43 int32_t ImsRegStateCallbackStub::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegStateCallbackStub
|
/base/telephony/core_service/test/unittest/ui_client/ |
H A D | ims_reg_info_callback_gtest.cpp | 23 int32_t ImsRegInfoCallbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegInfoCallbackGtest
|
H A D | ims_reg_info_callback_gtest.h | 25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_ims_reg_info_callback.h | 25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|
/base/telephony/core_service/services/network_search/test/ |
H A D | ims_reg_info_callback_test.cpp | 23 int32_t ImsRegInfoCallbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegInfoCallbackTest
|
H A D | ims_reg_info_callback_test.h | 25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | ims_reg_info_callback_gtest.cpp | 23 int32_t ImsRegInfoCallbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegInfoCallbackGtest
|
H A D | ims_reg_info_callback_gtest.h | 25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|
H A D | network_search_manager_test.cpp | 112 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override; 115 int32_t ImsRegInfoCallbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegInfoCallbackTest
|
H A D | zero_branch_test.cpp | 403 imsRegInfoCallbackProxy->OnImsRegInfoChanged(0, ImsServiceType::TYPE_VOICE, info); in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | ims_reg_info_callback.h | 26 virtual int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) = 0;
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_ims_reg_info_callback.cpp | 25 int32_t NapiImsRegInfoCallback::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::NapiImsRegInfoCallback
|
/base/telephony/core_service/services/network_search/include/ |
H A D | ims_reg_info_callback_proxy.h | 26 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|
/base/telephony/core_service/services/network_search/src/ |
H A D | ims_reg_info_callback_proxy.cpp | 27 int32_t ImsRegInfoCallbackProxy::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() function in OHOS::Telephony::ImsRegInfoCallbackProxy
|
H A D | network_search_manager.cpp | 1745 iter.imsCallback->OnImsRegInfoChanged(slotId, imsSrvType, info); in NotifyImsRegInfoChanged()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | ims_reg_info_callback_stub.cpp | 36 return OnImsRegInfoChanged(slotId, imsSrvType, info); in OnRemoteRequest()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | ims_reg_state_callback_stub.h | 31 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
|