/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_test.cpp | 305 EXPECT_NE(mCoreService->RetrieveNotificationList( in HWTEST_F() 309 EXPECT_EQ(mCoreService->RetrieveNotificationList( in HWTEST_F()
|
H A D | esim_manager_test.cpp | 495 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 D | esim_core_service_client_branch_test.cpp | 247 int32_t result = CoreServiceClient::GetInstance().RetrieveNotificationList(slotId, portIndex, in HWTEST_F()
|
H A D | esim_core_service_client_test.cpp | 218 int32_t result = CoreServiceClient::GetInstance().RetrieveNotificationList( in HWTEST_F()
|
H A D | esim_file_manager_test.cpp | 385 EuiccNotificationList lst = simFileManager.RetrieveNotificationList(portIndex, events); in HWTEST_F() 388 lst = simFileManager.RetrieveNotificationList(portIndex, events); in HWTEST_F()
|
H A D | esim_core_service_proxy_test.cpp | 687 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 D | esim_test.cpp | 1399 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 D | sim_file_manager.h | 113 EuiccNotificationList RetrieveNotificationList(int32_t portIndex, Event events);
|
H A D | sim_manager.h | 184 int32_t RetrieveNotificationList(
|
H A D | esim_file.h | 101 EuiccNotificationList RetrieveNotificationList(int32_t portIndex, Event events);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 1116 int32_t RetrieveNotificationList(
|
H A D | i_sim_manager.h | 183 virtual int32_t RetrieveNotificationList(
|
H A D | core_service_proxy.h | 177 int32_t RetrieveNotificationList(
|
H A D | i_core_service.h | 191 virtual int32_t RetrieveNotificationList(
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1267 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 D | core_service_proxy.cpp | 3925 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 D | sim_file_manager.cpp | 1168 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 D | sim_manager.cpp | 1448 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 D | esim_file.cpp | 2149 EuiccNotificationList EsimFile::RetrieveNotificationList(int32_t portIndex, Event events)
in RetrieveNotificationList() function in OHOS::Telephony::EsimFile
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 309 int32_t RetrieveNotificationList(
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 653 int32_t RetrieveNotificationList(
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1938 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 D | core_service_stub.cpp | 2391 int32_t result = RetrieveNotificationList(slotId, portIndex, events, notificationList); in OnRetrieveNotificationList()
|