/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_test.cpp | 289 EXPECT_NE(mCoreService->ListNotifications( in HWTEST_F() 292 EXPECT_EQ(mCoreService->ListNotifications( in HWTEST_F()
|
H A D | esim_manager_test.cpp | 468 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 D | esim_core_service_client_branch_test.cpp | 235 int32_t result = CoreServiceClient::GetInstance().ListNotifications(slotId, portIndex, events, notificationList1); in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 207 int32_t result = CoreServiceClient::GetInstance().ListNotifications( in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 365 EuiccNotificationList lst = simFileManager.ListNotifications(portIndex, events); in HWTEST_F() 368 lst = simFileManager.ListNotifications(portIndex, events); in HWTEST_F()
|
H A D | esim_core_service_proxy_test.cpp | 649 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 D | esim_test.cpp | 1065 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 D | sim_file_manager.h | 112 EuiccNotificationList ListNotifications(int32_t portIndex, Event events);
|
H A D | sim_manager.h | 182 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
|
H A D | esim_file.h | 100 EuiccNotificationList ListNotifications(int32_t portIndex, Event events);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 1105 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events, EuiccNotificationList ¬ificationList);
|
H A D | i_sim_manager.h | 181 virtual int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
|
H A D | core_service_proxy.h | 175 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
|
H A D | i_core_service.h | 189 virtual int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1256 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 D | core_service_proxy.cpp | 3891 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 D | sim_file_manager.cpp | 1158 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 D | sim_manager.cpp | 1437 int32_t SimManager::ListNotifications(
in ListNotifications() function in OHOS::Telephony::SimManager 1444 notificationList = simFileManager_[slotId]->ListNotifications(portIndex, events);
in ListNotifications()
|
H A D | esim_file.cpp | 1576 EuiccNotificationList EsimFile::ListNotifications(int32_t portIndex, Event events)
in ListNotifications() function in OHOS::Telephony::EsimFile
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 301 int32_t ListNotifications(int32_t slotId, int32_t portIndex, Event events,
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 647 int32_t ListNotifications(
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1920 int32_t CoreService::ListNotifications( in ListNotifications() function in OHOS::Telephony::CoreService 1935 return simManager_->ListNotifications(slotId, portIndex, events, notificationList); in ListNotifications()
|
H A D | core_service_stub.cpp | 2367 int32_t result = ListNotifications(slotId, portIndex, events, notificationList); in OnListNotifications()
|