Home
last modified time | relevance | path

Searched refs:LogicalStateMachine (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_privilege_controller.h63 class LogicalStateMachine; variable
64 LogicalStateMachine *const state_;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp87 class IccOperatorPrivilegeController::LogicalStateMachine { class in OHOS::Telephony::IccOperatorPrivilegeController
102 LogicalStateMachine() = default;
174 …imStateManager_(simStateManager), state_(new IccOperatorPrivilegeController::LogicalStateMachine()) in IccOperatorPrivilegeController()