Home
last modified time | relevance | path

Searched refs:RegisterSimAccountCallback (Results 1 – 16 of 16) sorted by relevance

/base/telephony/cellular_data/frameworks/native/
Dcellular_data_client.cpp111 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()
Dcellular_data_service_proxy.h150 int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback);
Dcellular_data_service_proxy.cpp369 int32_t CellularDataServiceProxy::RegisterSimAccountCallback(const sptr<SimAccountCallback> &callba… in RegisterSimAccountCallback() function in OHOS::Telephony::CellularDataServiceProxy
/base/telephony/cellular_data/interfaces/innerkits/
Di_cellular_data_manager.h130 virtual int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) = 0;
Dcellular_data_client.h210 void RegisterSimAccountCallback();
/base/telephony/core_service/services/sim/include/
Dmulti_sim_monitor.h46 …int32_t RegisterSimAccountCallback(const std::string &bundleName, const sptr<SimAccountCallback> &…
Dsim_manager.h139 int32_t RegisterSimAccountCallback(
/base/telephony/cellular_data/services/include/
Dcellular_data_service.h78 int32_t RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) override;
/base/telephony/core_service/services/sim/src/
Dmulti_sim_monitor.cpp148 int32_t MultiSimMonitor::RegisterSimAccountCallback( in RegisterSimAccountCallback() function in OHOS::Telephony::MultiSimMonitor
Dsim_manager.cpp1111 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/
Dcellular_data_service.cpp528 int32_t CellularDataService::RegisterSimAccountCallback(const sptr<SimAccountCallback> &callback) in RegisterSimAccountCallback() function in OHOS::Telephony::CellularDataService
530 return CoreManagerInner::GetInstance().RegisterSimAccountCallback(GetBundleName(), callback); in RegisterSimAccountCallback()
Dcellular_data_service_stub.cpp239 result = RegisterSimAccountCallback(callback); in OnRegisterSimAccountCallback()
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h66 virtual int32_t RegisterSimAccountCallback(
Dcore_manager_inner.h51 …int32_t RegisterSimAccountCallback(const std::string &bundleName, const sptr<SimAccountCallback> &…
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp162 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/
Dzero_branch_test.cpp1152 …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);