Searched defs:nameArr (Results 1 – 12 of 12) sorted by relevance
59 std::unordered_set<std::string> nameArr{name}; in FuzzTimeSetTimerExemption() local
63 std::unordered_set<std::string> nameArr{name}; in FuzzTimerSetTimerExemption() local
60 JSRef<JSArray> nameArr = JSRef<JSArray>::New(); in CheckboxGroupResultEventToJSValue() local
337 int32_t TimeServiceProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool is… in SetTimerExemption()
372 std::unordered_set<std::string> nameArr; in OnSetTimerExemption() local
732 int32_t TimeServiceClient::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool i… in SetTimerExemption()
508 std::unordered_set<std::string> nameArr{"time_service"}; variable
1211 std::unordered_set<std::string> nameArr{"timer"}; variable
340 std::unordered_set<std::string> nameArr{"timer"}; variable
260 bool TimerProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption()
1076 void TimerManager::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExempti… in SetTimerExemption()
789 int32_t TimeSystemAbility::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool i… in SetTimerExemption()