Lines Matching refs:Operation
31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount()
58 … HiSysWriteStatistic("CONTROL_COMMAND_STATISTICS", "PLAY_COUNT", optCounts_[Operation::OPT_PLAY], in Regiter()
59 … "PAUSE_COUNT", optCounts_[Operation::OPT_PAUSE], "STOP_COUNT", optCounts_[Operation::OPT_STOP], in Regiter()
60 "PLAY_NEXT_COUNT", optCounts_[Operation::OPT_PLAY_NEXT], in Regiter()
61 "PLAY_PREVIOUS_COUNT", optCounts_[Operation::OPT_PLAY_PREVIOUS], in Regiter()
62 "FAST_FORWARD_COUNT", optCounts_[Operation::OPT_FAST_FORWARD], in Regiter()
63 "REWIND_COUNT", optCounts_[Operation::OPT_REWIND], in Regiter()
64 "SEEK_COUNT", optCounts_[Operation::OPT_SEEK], in Regiter()
65 "SET_SPEED_COUNT", optCounts_[Operation::OPT_SET_SPEED], in Regiter()
66 "SET_LOOP_MODE_COUNT", optCounts_[Operation::OPT_SET_LOOP_MODE], in Regiter()
67 "TOGGLE_FAVORITE_COUNT", optCounts_[Operation::OPT_TOGGLE_FAVORITE]); in Regiter()
82 "CREATE_SESSION_COUNT", optCounts_[Operation::OPT_CREATE_SESSION], in Regiter()
83 "DELETE_SESSION_COUNT", optCounts_[Operation::OPT_DELETE_SESSION]); in Regiter()
85 uint32_t allCtrlCmdCount = optCounts_[Operation::OPT_ALL_CTRL_COMMAND]; in Regiter()
86 uint32_t allSuccCmdCount = optCounts_[Operation::OPT_SUCCESS_CTRL_COMMAND]; in Regiter()