Home
last modified time | relevance | path

Searched refs:ReleaseCellularDataConnection (Results 1 - 17 of 17) sorted by relevance

/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.h172 int32_t ReleaseCellularDataConnection(int32_t slotId);
H A Dcellular_data_client.cpp414 int32_t CellularDataClient::ReleaseCellularDataConnection(int32_t slotId) in ReleaseCellularDataConnection() function in OHOS::Telephony::CellularDataClient
421 return proxy->ReleaseCellularDataConnection(slotId); in ReleaseCellularDataConnection()
H A Dcellular_data_service_proxy.cpp590 int32_t CellularDataServiceProxy::ReleaseCellularDataConnection(int32_t slotId) in ReleaseCellularDataConnection() function in OHOS::Telephony::CellularDataServiceProxy
611 TELEPHONY_LOGE("function ReleaseCellularDataConnection call failed! errCode:%{public}d", error); in ReleaseCellularDataConnection()
/base/telephony/cellular_data/interfaces/innerkits/
H A Di_cellular_data_manager.h156 virtual int32_t ReleaseCellularDataConnection(int32_t slotId) = 0;
H A Dcellular_data_client.h219 int32_t ReleaseCellularDataConnection(int32_t slotId);
/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h60 bool ReleaseCellularDataConnection() const;
H A Dcellular_data_service.h89 int32_t ReleaseCellularDataConnection(int32_t slotId) override;
H A Dcellular_data_handler.h82 void ReleaseCellularDataConnection();
/base/telephony/cellular_data/test/
H A Dcellular_data_client_test.cpp188 int32_t result = CellularDataClient::GetInstance().ReleaseCellularDataConnection(0); in HWTEST_F()
H A Dcellular_data_handler_branch_test.cpp548 HWTEST_F(CellularDataHandlerBranchTest, ReleaseCellularDataConnection, Function | MediumTest | Level3) in HWTEST_F()
555 cellularDataHandler->ReleaseCellularDataConnection(); in HWTEST_F()
558 cellularDataHandler->ReleaseCellularDataConnection(); in HWTEST_F()
H A Dcellular_data_service_test.cpp310 EXPECT_EQ(service->ReleaseCellularDataConnection(slotId), TELEPHONY_ERR_PERMISSION_ERR); in HWTEST_F()
H A Dcellular_data_test.cpp1948 * @tc.name Test the Controlle ReleaseCellularDataConnection function
1955 ASSERT_FALSE(controller->ReleaseCellularDataConnection()); in HWTEST_F()
1959 * @tc.name Test the Controller ReleaseCellularDataConnection function
1968 ASSERT_TRUE(controller->ReleaseCellularDataConnection()); in HWTEST_F()
H A Dcellular_data_handler_test.cpp865 cellularDataHandler->ReleaseCellularDataConnection(); in HWTEST_F()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp475 bool CellularDataController::ReleaseCellularDataConnection() const in ReleaseCellularDataConnection() function in OHOS::Telephony::CellularDataController
481 TELEPHONY_LOGI("ReleaseCellularDataConnection slot%{public}d", slotId_); in ReleaseCellularDataConnection()
482 cellularDataHandler_->ReleaseCellularDataConnection(); in ReleaseCellularDataConnection()
H A Dcellular_data_service.cpp744 int32_t CellularDataService::ReleaseCellularDataConnection(int32_t slotId) in ReleaseCellularDataConnection() function in OHOS::Telephony::CellularDataService
768 return cellularDataController->ReleaseCellularDataConnection() ? TELEPHONY_ERR_SUCCESS : TELEPHONY_ERR_FAIL; in ReleaseCellularDataConnection()
H A Dcellular_data_service_stub.cpp410 int32_t result = ReleaseCellularDataConnection(slotId); in OnReleaseCellularDataConnection()
H A Dcellular_data_handler.cpp2399 void CellularDataHandler::ReleaseCellularDataConnection() in ReleaseCellularDataConnection() function in OHOS::Telephony::CellularDataHandler

Completed in 18 milliseconds