Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_active_app_group_napi.cpp38 const uint32_t PRIORITY_GROUP_PARAMS = 2; member
77 size_t argc = PRIORITY_GROUP_PARAMS; in ParseQueryAppGroupParameters()
78 napi_value argv[PRIORITY_GROUP_PARAMS] = {nullptr}; in ParseQueryAppGroupParameters()
81 (argc != PRIORITY_GROUP_PARAMS)) { in ParseQueryAppGroupParameters()
97 } else if (argc == PRIORITY_GROUP_PARAMS) { in ParseQueryAppGroupParameters()
168 size_t argc = PRIORITY_GROUP_PARAMS; in ParseQueryAppGroupSyncParameters()
169 napi_value argv[PRIORITY_GROUP_PARAMS] = {nullptr}; in ParseQueryAppGroupSyncParameters()
H A Dbundle_state_query.cpp31 const uint32_t PRIORITY_GROUP_PARAMS = 2; member
136 size_t argc = PRIORITY_GROUP_PARAMS; in ParsePriorityGroupParameters()
137 napi_value argv[PRIORITY_GROUP_PARAMS] = {nullptr}; in ParsePriorityGroupParameters()
140 argc == PRIORITY_GROUP_PARAMS, "Invalid number of parameters"); in ParsePriorityGroupParameters()
155 } else if (argc == PRIORITY_GROUP_PARAMS) { in ParsePriorityGroupParameters()

Completed in 3 milliseconds