Home
last modified time | relevance | path

Searched defs:what (Results 1 - 19 of 19) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dobserver_handler.h44 void NotifyObserver(int32_t what, int64_t param) in NotifyObserver() argument
59 void NotifyObserver(int32_t what, std::shared_ptr<T> object) in NotifyObserver() argument
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp26 void ObserverHandler::RegObserver(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in RegObserver() argument
57 void ObserverHandler::Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in Remove() argument
76 void ObserverHandler::NotifyObserver(int32_t what) in NotifyObserver() argument
[all...]
H A Dtel_ril_manager.cpp253 RegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what, int32_t *obj) RegisterCoreNotify() argument
295 UnRegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) UnRegisterCoreNotify() argument
[all...]
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_proxy.cpp34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify() argument
78 int32_t SatelliteSmsProxy::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify() argument
H A Dsatellite_sms_client.cpp255 int32_t SatelliteSmsClient::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify() argument
265 int32_t SatelliteSmsClient::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify() argument
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp138 int32_t SatelliteServiceProxy::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify() argument
94 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument
H A Dsatellite_service_client.cpp212 int32_t SatelliteServiceClient::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify() argument
201 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp252 int32_t what = 0; in HWTEST_F() local
/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp58 void SimStateManager::RegisterCoreNotify(const HANDLE &handler, int what) in RegisterCoreNotify() argument
68 void SimStateManager::UnRegisterCoreNotify(const HANDLE &handler, int what) in UnRegisterCoreNotify() argument
H A Dmulti_sim_monitor.cpp239 RegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) RegisterCoreNotify() argument
H A Dicc_file.cpp464 void IccFile::RegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in RegisterCoreNotify() argument
487 void IccFile::UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in UnRegisterCoreNotify() argument
H A Dsim_state_handle.cpp887 void SimStateHandle::RegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in RegisterCoreNotify() argument
932 void SimStateHandle::UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in UnRegisterCoreNotify() argument
H A Dsim_manager.cpp1086 void SimManager::RegisterCoreNotify(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in RegisterCoreNotify() argument
1112 UnRegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) UnRegisterCoreNotify() argument
[all...]
H A Dsim_file_manager.cpp536 void SimFileManager::RegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in RegisterCoreNotify() argument
550 void SimFileManager::UnRegisterCoreNotify(const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what) in UnRegisterCoreNotify() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp877 int32_t what = 0; in HWTEST_F() local
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp272 void NetworkSearchManager::RegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in RegisterCoreNotify() argument
283 void NetworkSearchManager::UnRegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) in UnRegisterCoreNotify() argument
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp238 void TelRilTest::OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> &handler) in OnProcessInput() argument
2376 int32_t what = 1; in main() local
2392 cin >> what; in main() local
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1094 void RilInterfaceTest::OnProcessInput(int32_t what) in OnProcessInput() argument
1115 void RilInterfaceTest::OnStressInput(int32_t what) in OnStressInput() argument
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp122 RegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj) RegisterCoreNotify() argument
147 UnRegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) UnRegisterCoreNotify() argument
[all...]

Completed in 40 milliseconds