Home
last modified time | relevance | path

Searched refs:RetrieveNotificationList (Results 1 - 23 of 23) sorted by relevance

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp305 EXPECT_NE(mCoreService->RetrieveNotificationList( in HWTEST_F()
309 EXPECT_EQ(mCoreService->RetrieveNotificationList( in HWTEST_F()
H A Desim_manager_test.cpp495 HWTEST_F(EsimManagerTest, RetrieveNotificationList, Function | MediumTest | Level1) in HWTEST_F()
503 int32_t ret = simManager->RetrieveNotificationList(slotId, portIndex, events, notificationList); in HWTEST_F()
510 ret = simManager->RetrieveNotificationList(slotId, portIndex, events, notificationList); in HWTEST_F()
520 ret = simManager->RetrieveNotificationList(slotId, portIndex, events, notificationList); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp247 int32_t result = CoreServiceClient::GetInstance().RetrieveNotificationList(slotId, portIndex, in HWTEST_F()
H A Desim_core_service_client_test.cpp218 int32_t result = CoreServiceClient::GetInstance().RetrieveNotificationList( in HWTEST_F()
H A Desim_file_manager_test.cpp385 EuiccNotificationList lst = simFileManager.RetrieveNotificationList(portIndex, events); in HWTEST_F()
388 lst = simFileManager.RetrieveNotificationList(portIndex, events); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp687 EXPECT_EQ(proxy.RetrieveNotificationList(SLOT_ID, portIndex, events, notificationList), in HWTEST_F()
699 EXPECT_EQ(proxy.RetrieveNotificationList(SLOT_ID, portIndex, events, notificationList), in HWTEST_F()
711 EXPECT_EQ(proxy.RetrieveNotificationList(SLOT_ID, portIndex, events, notificationList), 0); in HWTEST_F()
H A Desim_test.cpp1399 EXPECT_TRUE((esimFile->RetrieveNotificationList(portIndex, events)).euiccNotification_.empty()); in HWTEST_F()
1406 EXPECT_TRUE((esimFile->RetrieveNotificationList(portIndex, events)).euiccNotification_.empty()); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h113 EuiccNotificationList RetrieveNotificationList(int32_t portIndex, Event events);
H A Dsim_manager.h184 int32_t RetrieveNotificationList(
H A Desim_file.h101 EuiccNotificationList RetrieveNotificationList(int32_t portIndex, Event events);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h1116 int32_t RetrieveNotificationList(
H A Di_sim_manager.h183 virtual int32_t RetrieveNotificationList(
H A Dcore_service_proxy.h177 int32_t RetrieveNotificationList(
H A Di_core_service.h191 virtual int32_t RetrieveNotificationList(
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1267 int32_t CoreServiceClient::RetrieveNotificationList( in RetrieveNotificationList() function in OHOS::Telephony::CoreServiceClient
1272 TELEPHONY_LOGE("RetrieveNotificationList proxy is null!"); in RetrieveNotificationList()
1275 return proxy->RetrieveNotificationList(slotId, portIndex, events, notificationList); in RetrieveNotificationList()
H A Dcore_service_proxy.cpp3925 TELEPHONY_LOGE("CoreServiceProxy::RetrieveNotificationList over max size"); in ListNotifications()
3940 int32_t CoreServiceProxy::RetrieveNotificationList( in RetrieveNotificationList() function in OHOS::Telephony::CoreServiceProxy
3947 TELEPHONY_LOGE("RetrieveNotificationList WriteInterfaceToken is false"); in RetrieveNotificationList()
3951 TELEPHONY_LOGE("RetrieveNotificationList WriteInt32 slotId is false"); in RetrieveNotificationList()
3955 TELEPHONY_LOGE("RetrieveNotificationList WriteInt32 portIndex is false"); in RetrieveNotificationList()
3959 TELEPHONY_LOGE("RetrieveNotificationList WriteInt32 events is false"); in RetrieveNotificationList()
3964 TELEPHONY_LOGE("RetrieveNotificationList Remote is null"); in RetrieveNotificationList()
3972 TELEPHONY_LOGE("RetrieveNotificationList sendRequest failed, errcode is %{public}d", requestResult); in RetrieveNotificationList()
3979 TELEPHONY_LOGE("CoreServiceProxy::RetrieveNotificationList over max size"); in RetrieveNotificationList()
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp1168 EuiccNotificationList SimFileManager::RetrieveNotificationList(int32_t portIndex, Event events) in RetrieveNotificationList() function in OHOS::Telephony::SimFileManager
1171 TELEPHONY_LOGE("RetrieveNotificationList eSimFile_ is nullptr"); in RetrieveNotificationList()
1174 return eSimFile_->RetrieveNotificationList(portIndex, events); in RetrieveNotificationList()
H A Dsim_manager.cpp1448 int32_t SimManager::RetrieveNotificationList( in RetrieveNotificationList() function in OHOS::Telephony::SimManager
1452 TELEPHONY_LOGE("RetrieveNotificationList simFileManager is null!"); in RetrieveNotificationList()
1455 notificationList = simFileManager_[slotId]->RetrieveNotificationList(portIndex, events); in RetrieveNotificationList()
H A Desim_file.cpp2149 EuiccNotificationList EsimFile::RetrieveNotificationList(int32_t portIndex, Event events) in RetrieveNotificationList() function in OHOS::Telephony::EsimFile
/base/telephony/core_service/services/core/include/
H A Dcore_service.h309 int32_t RetrieveNotificationList(
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h653 int32_t RetrieveNotificationList(
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1938 int32_t CoreService::RetrieveNotificationList( in RetrieveNotificationList() function in OHOS::Telephony::CoreService
1950 TELEPHONY_LOGE("RetrieveNotificationList simManager_ is null"); in RetrieveNotificationList()
1953 return simManager_->RetrieveNotificationList(slotId, portIndex, events, notificationList); in RetrieveNotificationList()
H A Dcore_service_stub.cpp2391 int32_t result = RetrieveNotificationList(slotId, portIndex, events, notificationList); in OnRetrieveNotificationList()

Completed in 45 milliseconds