Home
last modified time | relevance | path

Searched refs:GET_ALLOW_LIST_STANDBY_PARAMS (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp37 constexpr uint32_t GET_ALLOW_LIST_STANDBY_PARAMS = 2; member
175 size_t argc = GET_ALLOW_LIST_STANDBY_PARAMS; in ParseGetAllowListParameters()
176 napi_value argv[GET_ALLOW_LIST_STANDBY_PARAMS] = {nullptr}; in ParseGetAllowListParameters()
178 if (argc != GET_ALLOW_LIST_MIN_PARAMS && argc != GET_ALLOW_LIST_STANDBY_PARAMS) { in ParseGetAllowListParameters()
191 if (argc == GET_ALLOW_LIST_STANDBY_PARAMS) { in ParseGetAllowListParameters()

Completed in 1 milliseconds