| /base/telephony/cellular_data/frameworks/native/ |
| D | cellular_data_client.cpp | 111 void CellularDataClient::RegisterSimAccountCallback() in RegisterSimAccountCallback() function in OHOS::Telephony::CellularDataClient 125 int32_t ret = proxy->RegisterSimAccountCallback(callback_); in RegisterSimAccountCallback() 145 RegisterSimAccountCallback(); in GetDefaultCellularDataSlotId() 160 RegisterSimAccountCallback(); in GetDefaultCellularDataSimId() 179 RegisterSimAccountCallback(); in SetDefaultCellularDataSlotId()
|
| D | cellular_data_service_proxy.h | 150 int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback);
|
| D | cellular_data_service_proxy.cpp | 369 int32_t CellularDataServiceProxy::RegisterSimAccountCallback(const sptr<SimAccountCallback> &callba… in RegisterSimAccountCallback() function in OHOS::Telephony::CellularDataServiceProxy
|
| /base/telephony/cellular_data/interfaces/innerkits/ |
| D | i_cellular_data_manager.h | 130 virtual int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) = 0;
|
| D | cellular_data_client.h | 210 void RegisterSimAccountCallback();
|
| /base/telephony/core_service/services/sim/include/ |
| D | multi_sim_monitor.h | 46 …int32_t RegisterSimAccountCallback(const std::string &bundleName, const sptr<SimAccountCallback> &…
|
| D | sim_manager.h | 139 int32_t RegisterSimAccountCallback(
|
| /base/telephony/cellular_data/services/include/ |
| D | cellular_data_service.h | 78 int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | multi_sim_monitor.cpp | 148 int32_t MultiSimMonitor::RegisterSimAccountCallback( in RegisterSimAccountCallback() function in OHOS::Telephony::MultiSimMonitor
|
| D | sim_manager.cpp | 1111 int32_t SimManager::RegisterSimAccountCallback(const std::string &bundleName, const sptr<SimAccount… in RegisterSimAccountCallback() function in OHOS::Telephony::SimManager 1117 return multiSimMonitor_->RegisterSimAccountCallback(bundleName, callback); in RegisterSimAccountCallback()
|
| /base/telephony/cellular_data/services/src/ |
| D | cellular_data_service.cpp | 528 int32_t CellularDataService::RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) in RegisterSimAccountCallback() function in OHOS::Telephony::CellularDataService 530 return CoreManagerInner::GetInstance().RegisterSimAccountCallback(GetBundleName(), callback); in RegisterSimAccountCallback()
|
| D | cellular_data_service_stub.cpp | 239 result = RegisterSimAccountCallback(callback); in OnRegisterSimAccountCallback()
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 66 virtual int32_t RegisterSimAccountCallback(
|
| D | core_manager_inner.h | 51 …int32_t RegisterSimAccountCallback(const std::string &bundleName, const sptr<SimAccountCallback> &…
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_manager_inner.cpp | 162 int32_t CoreManagerInner::RegisterSimAccountCallback( in RegisterSimAccountCallback() function in OHOS::Telephony::CoreManagerInner 169 return simManager_->RegisterSimAccountCallback(bundleName, callback); in RegisterSimAccountCallback()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | zero_branch_test.cpp | 1152 …EXPECT_EQ(mInner.RegisterSimAccountCallback(bundleName, simAccountCallback), TELEPHONY_ERR_LOCAL_P… 1501 EXPECT_NE(simManager->RegisterSimAccountCallback("", nullptr), TELEPHONY_ERR_SUCCESS); 2892 EXPECT_GT(multiSimMonitor->RegisterSimAccountCallback(bundleName, callback), TELEPHONY_ERROR);
|