Home
last modified time | relevance | path

Searched defs:nameArr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timeproxytimer_fuzzer/
H A Dtimeproxytimer_fuzzer.cpp59 std::unordered_set<std::string> nameArr{name}; in FuzzTimeSetTimerExemption() local
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/
H A Dtimerproxy_fuzzer.cpp63 std::unordered_set<std::string> nameArr{name}; in FuzzTimerSetTimerExemption() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkboxgroup.cpp60 JSRef<JSArray> nameArr = JSRef<JSArray>::New(); in CheckboxGroupResultEventToJSValue() local
/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp337 int32_t TimeServiceProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool is… in SetTimerExemption()
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp372 std::unordered_set<std::string> nameArr; in OnSetTimerExemption() local
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp732 int32_t TimeServiceClient::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool i… in SetTimerExemption()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp508 std::unordered_set<std::string> nameArr{"time_service"}; variable
H A Dtime_client_test.cpp1211 std::unordered_set<std::string> nameArr{"timer"}; variable
H A Dtime_service_test.cpp340 std::unordered_set<std::string> nameArr{"timer"}; variable
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp260 bool TimerProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption()
H A Dtimer_manager.cpp1076 void TimerManager::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExempti… in SetTimerExemption()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp789 int32_t TimeSystemAbility::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool i… in SetTimerExemption()