Home
last modified time | relevance | path

Searched refs:OnHasOperatorPrivileges (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp128 DelayedSingleton<CoreService>::GetInstance()->OnHasOperatorPrivileges(dataMessageParcel, reply); in HasOperatorPrivileges()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h132 int32_t OnHasOperatorPrivileges(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp190 …[this](MessageParcel &data, MessageParcel &reply) { return OnHasOperatorPrivileges(data, reply); }; in AddHandlerSimLockToMap()
1766 int32_t CoreServiceStub::OnHasOperatorPrivileges(MessageParcel &data, MessageParcel &reply) in OnHasOperatorPrivileges() function in OHOS::Telephony::CoreServiceStub