Home
last modified time | relevance | path

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

/base/telephony/core_service/test/unittest/esim_gtest/
H A Desim_core_service_test.cpp289 EXPECT_NE(mCoreService->ListNotifications( in HWTEST_F()
292 EXPECT_EQ(mCoreService->ListNotifications( in HWTEST_F()
H A Desim_manager_test.cpp468 HWTEST_F(EsimManagerTest, ListNotifications, Function | MediumTest | Level1) in HWTEST_F()
476 int32_t ret = simManager->ListNotifications(slotId, portIndex, events, notificationList); in HWTEST_F()
482 ret = simManager->ListNotifications(slotId, portIndex, events, notificationList); in HWTEST_F()
491 ret = simManager->ListNotifications(slotId, portIndex, events, notificationList); in HWTEST_F()
H A Desim_core_service_client_branch_test.cpp235 int32_t result = CoreServiceClient::GetInstance().ListNotifications(slotId, portIndex, events, notificationList1); in HWTEST_F()
H A Desim_core_service_client_test.cpp207 int32_t result = CoreServiceClient::GetInstance().ListNotifications( in HWTEST_F()
H A Desim_file_manager_test.cpp365 EuiccNotificationList lst = simFileManager.ListNotifications(portIndex, events); in HWTEST_F()
368 lst = simFileManager.ListNotifications(portIndex, events); in HWTEST_F()
H A Desim_core_service_proxy_test.cpp649 EXPECT_EQ(proxy.ListNotifications(SLOT_ID, portIndex, events, notificationList), in HWTEST_F()
663 EXPECT_EQ(proxy.ListNotifications(SLOT_ID, portIndex, events, notificationList), in HWTEST_F()
677 EXPECT_EQ(proxy.ListNotifications(SLOT_ID, portIndex, events, notificationList), 0); in HWTEST_F()
H A Desim_test.cpp1065 EXPECT_TRUE((esimFile->ListNotifications(portIndex, events)).euiccNotification_.empty()); in HWTEST_F()
1071 EXPECT_TRUE((esimFile->ListNotifications(portIndex, events)).euiccNotification_.empty()); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h112 EuiccNotificationList ListNotifications(int32_t portIndex, Event events);
H A Dsim_manager.h182 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
H A Desim_file.h100 EuiccNotificationList ListNotifications(int32_t portIndex, Event events);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h1105 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events, EuiccNotificationList &notificationList);
H A Di_sim_manager.h181 virtual int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
H A Dcore_service_proxy.h175 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
H A Di_core_service.h189 virtual int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp1256 int32_t CoreServiceClient::ListNotifications(int32_t slotId, int32_t portIndex, in ListNotifications() function in OHOS::Telephony::CoreServiceClient
1264 return proxy->ListNotifications(slotId, portIndex, events, notificationList); in ListNotifications()
H A Dcore_service_proxy.cpp3891 int32_t CoreServiceProxy::ListNotifications( in ListNotifications() function in OHOS::Telephony::CoreServiceProxy
3918 TELEPHONY_LOGE("ListNotifications sendRequest failed, error code is %{public}d", requestResult); in ListNotifications()
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp1158 EuiccNotificationList SimFileManager::ListNotifications(int32_t portIndex, Event events) in ListNotifications() function in OHOS::Telephony::SimFileManager
1164 EuiccNotificationList result = eSimFile_->ListNotifications(portIndex, events); in ListNotifications()
H A Dsim_manager.cpp1437 int32_t SimManager::ListNotifications( in ListNotifications() function in OHOS::Telephony::SimManager
1444 notificationList = simFileManager_[slotId]->ListNotifications(portIndex, events); in ListNotifications()
H A Desim_file.cpp1576 EuiccNotificationList EsimFile::ListNotifications(int32_t portIndex, Event events) in ListNotifications() function in OHOS::Telephony::EsimFile
/base/telephony/core_service/services/core/include/
H A Dcore_service.h301 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h647 int32_t ListNotifications(
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1920 int32_t CoreService::ListNotifications( in ListNotifications() function in OHOS::Telephony::CoreService
1935 return simManager_->ListNotifications(slotId, portIndex, events, notificationList); in ListNotifications()
H A Dcore_service_stub.cpp2367 int32_t result = ListNotifications(slotId, portIndex, events, notificationList); in OnListNotifications()

Completed in 55 milliseconds