Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h209 virtual int32_t NotifyCallStatusToNetworkSearch(int32_t slotId, int32_t callStatus) = 0;
H A Dcore_manager_inner.h232 int32_t NotifyCallStatusToNetworkSearch(int32_t slotId, int32_t callStatus);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp53 CoreManagerInner::GetInstance().NotifyCallStatusToNetworkSearch( in ReportCallsInfo()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h194 int32_t NotifyCallStatusToNetworkSearch(int32_t slotId, int32_t callStatus) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1242 EXPECT_NE(mInner.NotifyCallStatusToNetworkSearch(0, 0), TELEPHONY_ERR_SUCCESS);
2234 …EXPECT_NE(networkSearchManager->NotifyCallStatusToNetworkSearch(INVALID_SLOTID, 0), TELEPHONY_ERR_…
2290 …EXPECT_NE(networkSearchManager->NotifyCallStatusToNetworkSearch(slotId, 0), TELEPHONY_ERR_SUCCESS);
2334 EXPECT_EQ(nsm->NotifyCallStatusToNetworkSearch(INVALID_SLOTID, 0), TELEPHONY_ERR_SUCCESS);
2335 EXPECT_EQ(nsm->NotifyCallStatusToNetworkSearch(INVALID_SLOTID, -1), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1619 int32_t CoreManagerInner::NotifyCallStatusToNetworkSearch(int32_t slotId, int32_t callStatus) in NotifyCallStatusToNetworkSearch() function in OHOS::Telephony::CoreManagerInner
1625 return networkSearchManager_->NotifyCallStatusToNetworkSearch(slotId, callStatus); in NotifyCallStatusToNetworkSearch()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1374 int32_t NetworkSearchManager::NotifyCallStatusToNetworkSearch(int32_t slotId, int32_t callStatus) in NotifyCallStatusToNetworkSearch() function in OHOS::Telephony::NetworkSearchManager