Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/bo_CN/element/
H A Dstring.json7 "priority": "LT" string
14 "priority": "LT" string
21 "priority": "LT" string
28 "priority": "LT" string
35 "priority": "LT" string
42 "priority": "LT" string
49 "priority": "LT" string
56 "priority": "LT" string
63 "priority": "LT" string
70 "priority": "LT" string
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/ug/element/
H A Dstring.json7 "priority": "LT" string
14 "priority": "LT" string
21 "priority": "LT" string
28 "priority": "LT" string
35 "priority": "LT" string
42 "priority": "LT" string
49 "priority": "LT" string
56 "priority": "LT" string
63 "priority": "LT" string
70 "priority": "LT" string
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/zh_HK/element/
H A Dstring.json7 "priority": "LT" string
14 "priority": "LT" string
21 "priority": "LT" string
28 "priority": "LT" string
35 "priority": "LT" string
42 "priority": "LT" string
49 "priority": "LT" string
56 "priority": "LT" string
63 "priority": "LT" string
70 "priority": "LT" string
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/zh_TW/element/
H A Dstring.json7 "priority": "LT" string
14 "priority": "LT" string
21 "priority": "LT" string
28 "priority": "LT" string
35 "priority": "LT" string
42 "priority": "LT" string
49 "priority": "LT" string
56 "priority": "LT" string
63 "priority": "LT" string
70 "priority": "LT" string
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/bo_CN/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/ug/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/zh_HK/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/zh_TW/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/base/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/resourceschedule/background_task_mgr/resources/main/resources/zh_CN/element/
H A Dstring.json7 "priority":"translate" string
14 "priority":"translate" string
21 "priority":"translate" string
28 "priority":"translate" string
35 "priority":"translate" string
42 "priority":"translate" string
49 "priority":"translate" string
56 "priority":"translate" string
63 "priority":"translate" string
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/base/element/
H A Dstring.json19 "priority": "LT" string
26 "priority": "LT" string
33 "priority": "LT" string
40 "priority": "LT" string
47 "priority": "LT" string
54 "priority": "LT" string
61 "priority": "LT" string
76 "priority": "LT" string
83 "priority": "LT" string
94 "priority": "LT" string
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/zh_CN/element/
H A Dstring.json19 "priority": "translate" string
26 "priority": "translate" string
33 "priority": "translate" string
40 "priority": "translate" string
47 "priority": "translate" string
54 "priority": "translate" string
61 "priority": "translate" string
76 "priority": "translate" string
83 "priority": "translate" string
94 "priority": "translate" string
[all …]
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_init.h68 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument
72 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument
104 #define CORE_INIT_PRI(func, priority) LAYER_INITCALL(func, core, "core", priority) argument
129 #define SYS_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_service, "sys.service", prior… argument
154 #define SYS_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_feature, "sys.feature", prior… argument
179 #define SYS_RUN_PRI(func, priority) LAYER_INITCALL(func, run, "run", priority) argument
203 #define SYSEX_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_service, "app.service", pri… argument
227 #define SYSEX_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", pri… argument
252 #define APP_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_service, "app.service", prior… argument
277 #define APP_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", prior… argument
/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp179 int32_t priority = 0; variable
203 int32_t priority = 0; variable
236 int32_t priority = 0; variable
260 int32_t priority = 1; variable
291 int32_t priority = 1; variable
322 int32_t priority = 0; variable
353 int32_t priority = 0; variable
375 int32_t priority = 1; variable
406 int32_t priority = 1; variable
441 int32_t priority = 0; variable
[all …]
/ohos5.0/base/powermgr/power_manager/frameworks/native/shutdown/
H A Dshutdown_client.cpp33 const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
46 const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
59 const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dnn_validation_test.cpp111 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
123 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
135 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json8 "priority": 3.5 number
17 "priority": 4 number
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json8 "priority": 3.5 number
17 "priority": 4 number
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_background_task_executor.cpp29 bool BackgroundTaskExecutor::PostTask(Task&& task, BgTaskPriority priority) in PostTask()
38 bool BackgroundTaskExecutor::PostTask(const Task& task, BgTaskPriority priority) in PostTask()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_validation_test.cpp123 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
135 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
147 OH_NN_Priority priority = (OH_NN_Priority)priorityTest; variable
/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_stub_delegator.cpp63 uint32_t priority; in RegisterTakeOverShutdownCallback() local
85 uint32_t priority; in RegisterAsyncShutdownCallback() local
107 uint32_t priority; in RegisterSyncShutdownCallback() local
H A Dshutdown_proxy_delegator.cpp24 const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
70 const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
116 const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Doom_score_adj_utils.cpp35 int priority = i->second.priority_; in WriteOomScoreAdjToKernel() local
47 bool OomScoreAdjUtils::WriteOomScoreAdjToKernel(pid_t pid, int priority) in WriteOomScoreAdjToKernel()
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp29 void SendAndCheck(int64_t delayTime, EventQueue::Priority priority) in SendAndCheck()
50 void SendEventWithPriority(EventQueue::Priority priority) in SendEventWithPriority()
83 void SendEventWithPriorityByEventId(EventQueue::Priority priority) in SendEventWithPriorityByEventId()
122 const std::shared_ptr<MyEventHandler> &handler, EventQueue::Priority priority, const T &ptr) in SendEventWithSharedOrWeakPtr()
144 …const std::shared_ptr<MyEventHandler> &handler, EventQueue::Priority priority, bool isRValue = fal… in SendEventWithUniquePtr()
188 void SendEventWithSmartPtr(SmartPointerType smartPointerType, EventQueue::Priority priority) in SendEventWithSmartPtr()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_handler.h112 inline bool SendEvent(InnerEvent::Pointer &event, Priority priority) in SendEvent()
163 inline bool SendEvent(uint32_t innerEventId, Priority priority) in SendEvent()
571 inline bool SendSyncEvent(uint32_t innerEventId, Priority priority) in SendSyncEvent()
667 inline bool SendTimingEvent(InnerEvent::Pointer &&event, int64_t taskTime, Priority priority) in SendTimingEvent()
705 inline bool SendTimingEvent(uint32_t innerEventId, int64_t taskTime, Priority priority) in SendTimingEvent()

12345678910>>...15