Home
last modified time | relevance | path

Searched refs:ImsRegStateCallback (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_ims_reg_info_callback_manager.h27 int32_t RegisterImsRegStateCallback(ImsRegStateCallback &stateCallback);
32 int32_t ReportImsRegInfoInner(const ImsRegStateCallback &stateCallback, const ImsRegInfo &info);
34 … static int32_t ReportImsRegInfo(const ImsRegInfo &info, const ImsRegStateCallback &stateCallback);
37 std::list<ImsRegStateCallback> listImsRegStateCallback_;
Dnapi_radio.h276 struct ImsRegStateCallback { struct
287 ImsRegStateCallback callback; argument
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_ims_reg_info_callback_manager.cpp25 int32_t NapiImsRegInfoCallbackManager::RegisterImsRegStateCallback(ImsRegStateCallback &stateCallba… in RegisterImsRegStateCallback()
100 const ImsRegStateCallback &stateCallback, const ImsRegInfo &info) in ReportImsRegInfoInner()
132 const ImsRegInfo &info, const ImsRegStateCallback &stateCallback) in ReportImsRegInfo()
Dnapi_radio.cpp2238 ImsRegStateCallback stateCallback; in RegisterImsRegStateCallback()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.h181 struct ImsRegStateCallback { struct
214 static std::list<ImsRegStateCallback> imsRegStateCallbackList_;
Dnetwork_search_test.cpp41 std::list<ImsRegStateCallback> NetworkSearchTest::imsRegStateCallbackList_;
1841 ImsRegStateCallback imsRegStateCallback;
1928 ImsRegStateCallback imsRegStateCallback;
1992 ImsRegStateCallback imsRegStateCallback;
2013 ImsRegStateCallback imsRegStateCallback;
/base/telephony/core_service/services/network_search/test/
Dtest.cpp73 struct ImsRegStateCallback { struct
78 std::list<ImsRegStateCallback> imsRegStateCallbackList_;
411 ImsRegStateCallback imsRegStateCallback; in TestRegisterImsRegStateCallback()