/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_account_manager.cpp | 110 int32_t SimAccountManager::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::SimAccountManager 114 return privilegeController_->HasOperatorPrivileges(hasOperatorPrivileges); in HasOperatorPrivileges() 127 return controller->HasOperatorPrivileges(hasOperatorPrivileges); in HasOperatorPrivileges()
|
H A D | icc_operator_privilege_controller.cpp | 199 int32_t IccOperatorPrivilegeController::HasOperatorPrivileges(bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::IccOperatorPrivilegeController 203 return HasOperatorPrivileges(certHash, packageName, hasOperatorPrivileges); in HasOperatorPrivileges() 206 int32_t IccOperatorPrivilegeController::HasOperatorPrivileges( in HasOperatorPrivileges() function in OHOS::Telephony::IccOperatorPrivilegeController
|
H A D | sim_manager.cpp | 613 int32_t SimManager::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::SimManager 620 return simAccountManager_[slotId]->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_operator_privilege_controller.h | 43 int32_t HasOperatorPrivileges(bool &hasOperatorPrivileges); 44 int32_t HasOperatorPrivileges(
|
H A D | sim_account_manager.h | 37 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
H A D | sim_manager.h | 90 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override;
|
/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 115 void HasOperatorPrivileges(const uint8_t *data, size_t size) in HasOperatorPrivileges() function 190 HasOperatorPrivileges(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 409 void SimTest::HasOperatorPrivileges(CoreServiceTestHelper &helper) in HasOperatorPrivileges() function in OHOS::Telephony::SimTest 413 …int32_t result = CoreServiceClient::GetInstance().HasOperatorPrivileges(slotId, hasOperatorPrivile… in HasOperatorPrivileges() 421 …int32_t result = CoreServiceClient::GetInstance().HasOperatorPrivileges(slotId, hasOperatorPrivile… in HasOperatorPrivileges1()
|
H A D | sim_test_util.h | 210 static void HasOperatorPrivileges(CoreServiceTestHelper &helper);
|
H A D | sim_core_service_test.cpp | 180 EXPECT_NE(mCoreService->HasOperatorPrivileges(0, hasValue), TELEPHONY_ERR_SUCCESS); 341 EXPECT_NE(mCoreService->HasOperatorPrivileges(0, hasValue), TELEPHONY_ERR_SUCCESS);
|
H A D | zero_branch_test_sim_ril.cpp | 101 …iccOperatorPrivilegeController->HasOperatorPrivileges(certHash, packageName, hasOperatorPrivileges… 120 …EXPECT_GT(iccOperatorPrivilegeController->HasOperatorPrivileges(hasOperatorPrivileges), TELEPHONY_… 149 simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges); 151 simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges); 153 …EXPECT_GE(simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges), TELEPHONY_ERR_SUCCES… 155 …EXPECT_GE(simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges), TELEPHONY_ERR_SUCCES…
|
H A D | sim_test.cpp | 1509 if (!helper.Run(HasOperatorPrivileges, std::ref(helper))) {
|
H A D | zero_branch_test.cpp | 1076 EXPECT_GT(mInner.HasOperatorPrivileges(0, boolResult), TELEPHONY_ERR_SUCCESS); 1575 EXPECT_GT(simManager->HasOperatorPrivileges(0, boolResult), TELEPHONY_ERR_SUCCESS); 1576 EXPECT_GT(simManager->HasOperatorPrivileges(INVALID_SLOTID, boolResult), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 77 virtual int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) = 0;
|
H A D | core_service_client.h | 789 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
H A D | i_core_service.h | 138 virtual int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) = 0;
|
H A D | core_service_proxy.h | 136 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override;
|
H A D | core_manager_inner.h | 243 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 926 int32_t CoreServiceClient::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::CoreServiceClient 933 return proxy->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
H A D | core_manager_inner.cpp | 2354 int32_t CoreManagerInner::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::CoreManagerInner 2361 return simManager_->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 227 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1449 int32_t CoreService::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() function in OHOS::Telephony::CoreService 1456 return simManager_->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
H A D | core_service_stub.cpp | 1770 int32_t result = HasOperatorPrivileges(slotId, hasOperatorPrivileges); in OnHasOperatorPrivileges()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2848 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().HasOperatorPrivileges( in NativeHasOperatorPrivileges() 2867 napi_value HasOperatorPrivileges(napi_env env, napi_callback_info info) in HasOperatorPrivileges() function 3180 DECLARE_NAPI_FUNCTION("hasOperatorPrivileges", HasOperatorPrivileges), in InitSimInterface()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1352 int32_t result = g_telephonyService->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in TestHasOperatorPrivileges()
|