/base/telephony/core_service/services/sim/include/ |
H A D | icc_operator_privilege_controller.h | 43 int32_t HasOperatorPrivileges(bool &hasOperatorPrivileges); 45 const std::string_view &certHash, const std::string_view &packageName, bool &hasOperatorPrivileges);
|
H A D | sim_account_manager.h | 37 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
H A D | sim_manager.h | 91 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override;
|
/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() argument 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() argument 203 return HasOperatorPrivileges(certHash, packageName, hasOperatorPrivileges); in HasOperatorPrivileges() 207 const std::string_view &certHash, const std::string_view &packageName, bool &hasOperatorPrivileges) in HasOperatorPrivileges() 227 hasOperatorPrivileges = false; in HasOperatorPrivileges() 236 hasOperatorPrivileges = true; in HasOperatorPrivileges() 242 hasOperatorPrivileges = false; in HasOperatorPrivileges() 206 HasOperatorPrivileges( const std::string_view &certHash, const std::string_view &packageName, bool &hasOperatorPrivileges) HasOperatorPrivileges() argument
|
H A D | sim_manager.cpp | 624 int32_t SimManager::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges)
in HasOperatorPrivileges() argument 631 return simAccountManager_[slotId]->HasOperatorPrivileges(slotId, hasOperatorPrivileges);
in HasOperatorPrivileges()
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 136 bool TelephonySimImpl::hasOperatorPrivileges(int32_t slotId, int32_t &errCode) in hasOperatorPrivileges() function in OHOS::Telephony::TelephonySimImpl 138 bool hasOperatorPrivileges = false; in hasOperatorPrivileges() local 142 return hasOperatorPrivileges; in hasOperatorPrivileges() 145 slotId, hasOperatorPrivileges); in hasOperatorPrivileges() 147 return hasOperatorPrivileges; in hasOperatorPrivileges()
|
H A D | telephony_sim_impl.h | 30 static bool hasOperatorPrivileges(int32_t slotId, int32_t &errCode);
|
H A D | telephony_sim_ffi.cpp | 36 return TelephonySimImpl::hasOperatorPrivileges(slotId, *errCode); in FfiTelephonySimHasOperatorPrivileges()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 412 bool hasOperatorPrivileges = false; in HasOperatorPrivileges() local 413 int32_t result = CoreServiceClient::GetInstance().HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges() 420 bool hasOperatorPrivileges = false; in HasOperatorPrivileges1() local 421 int32_t result = CoreServiceClient::GetInstance().HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges1()
|
H A D | zero_branch_test_sim_ril.cpp | 94 bool hasOperatorPrivileges = false; in HWTEST_F() local 101 iccOperatorPrivilegeController->HasOperatorPrivileges(certHash, packageName, hasOperatorPrivileges); in HWTEST_F() 120 EXPECT_GT(iccOperatorPrivilegeController->HasOperatorPrivileges(hasOperatorPrivileges), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 148 bool hasOperatorPrivileges = false; in HWTEST_F() local 149 simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges); in HWTEST_F() 151 simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges); in HWTEST_F() 153 EXPECT_GE(simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 155 EXPECT_GE(simAccountManager->HasOperatorPrivileges(0, hasOperatorPrivileges), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 786 * @param hasOperatorPrivileges[out], whether your the caller has been granted the operator permissions 789 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
H A D | i_sim_manager.h | 89 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 | i_core_service.h | 149 virtual int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) = 0;
|
H A D | core_manager_inner.h | 243 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges);
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_core_service.h | 149 MOCK_METHOD(int32_t, HasOperatorPrivileges, (const int32_t slotId, bool &hasOperatorPrivileges), (override));
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 927 int32_t CoreServiceClient::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() argument 934 return proxy->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
H A D | core_manager_inner.cpp | 2363 int32_t CoreManagerInner::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() argument 2370 return simManager_->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 227 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 478 int32_t HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1448 int32_t CoreService::HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) in HasOperatorPrivileges() argument 1455 return simManager_->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in HasOperatorPrivileges()
|
H A D | core_service_stub.cpp | 1831 bool hasOperatorPrivileges = false; in OnHasOperatorPrivileges() local 1832 int32_t result = HasOperatorPrivileges(slotId, hasOperatorPrivileges); in OnHasOperatorPrivileges() 1835 ret = (ret && reply.WriteBool(hasOperatorPrivileges)); in OnHasOperatorPrivileges()
|
/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1351 bool hasOperatorPrivileges = false; in TestHasOperatorPrivileges() local 1352 int32_t result = g_telephonyService->HasOperatorPrivileges(slotId, hasOperatorPrivileges); in TestHasOperatorPrivileges()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2849 bool hasOperatorPrivileges = false; in NativeHasOperatorPrivileges() local 2851 reVal->slotId, hasOperatorPrivileges); in NativeHasOperatorPrivileges() 2854 reVal->callbackVal = hasOperatorPrivileges; in NativeHasOperatorPrivileges() 3196 DECLARE_NAPI_FUNCTION("hasOperatorPrivileges", HasOperatorPrivileges), in InitSimInterface()
|