Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 25 of 130) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp91 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
119 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
141 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
159 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
174 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
193 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
214 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
241 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
261 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
286 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); variable
[all …]
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dtimer_cancel_test.cc47 Stage *stage = &mStages[i]; in startStages() local
104 void TimerCancelTest::handleStageEvent(Stage *stage) { in handleStageEvent()
144 const Stage *stage = static_cast<const Stage *>(eventData); in handleEvent() local
153 void TimerCancelTest::markSuccess(uint32_t stage) { in markSuccess()
H A Dtimer_set_test.cc55 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage()
172 Stage *stage = getStageFromCookie(eventData); in handleEvent() local
181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess()
/aosp12/system/chre/apps/test/chqts/src/shared/
H A Dtest_success_marker.cc32 void TestSuccessMarker::markStage(uint32_t stage) { in markStage()
47 bool TestSuccessMarker::isStageMarked(uint32_t stage) { in isStageMarked()
56 void TestSuccessMarker::markStageAndSuccessOnFinish(uint32_t stage) { in markStageAndSuccessOnFinish()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_radar_reporter.cpp20 void RadarReporter::ReportStateFinished(std::string func, int32_t scene, int32_t stage, int32_t sta… in ReportStateFinished()
57 void RadarReporter::ReportStage(std::string func, int32_t scene, int32_t stage, int32_t stageRes) in ReportStage()
90 void RadarReporter::ReportStateStart(std::string func, int32_t scene, int32_t stage, int32_t stageR… in ReportStateStart()
132 void RadarReporter::ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageR… in ReportStateError()
174 void RadarReporter::ReportStageError(std::string func, int32_t scene, int32_t stage, in ReportStageError()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Dboot_state.h24 BootState(std::string_view reason, std::string_view stage) : reason_(reason), stage_(stage) {} in BootState()
29 std::string stage() const { in stage() function
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitScreenListener.aidl27 void onStagePositionChanged(int stage, int position); in onStagePositionChanged()
32 void onTaskStageChanged(int taskId, int stage, boolean visible); in onTaskStageChanged()
H A DSplitScreen.java59 default void onStagePositionChanged(@StageType int stage, @SplitPosition int position) {} in onStagePositionChanged()
60 default void onTaskStageChanged(int taskId, @StageType int stage, boolean visible) {} in onTaskStageChanged()
97 static String stageTypeToString(@StageType int stage) { in stageTypeToString()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DISplitScreenListener.aidl27 void onStagePositionChanged(int stage, int position); in onStagePositionChanged()
32 void onTaskStageChanged(int taskId, int stage, boolean visible); in onTaskStageChanged()
H A DSplitScreen.java59 default void onStagePositionChanged(@StageType int stage, @SplitPosition int position) {} in onStagePositionChanged()
60 default void onTaskStageChanged(int taskId, @StageType int stage, boolean visible) {} in onTaskStageChanged()
91 static String stageTypeToString(@StageType int stage) { in stageTypeToString()
H A DISplitScreen.aidl68 oneway void startTask(int taskId, int stage, int position, in Bundle options) = 7; in startTask()
73 oneway void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut()
79 oneway void startIntent(in PendingIntent intent, in Intent fillInIntent, int stage, in startIntent()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_radar_reporter.cpp23 int32_t stage, int32_t stageRes, int32_t state) in ReportNormal()
61 …const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_… in ReportFail()
103 const std::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode) in ReportFail()
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c34 HOOK_STAGE *stage; member
42 int stage; member
74 const HOOK_STAGE *stage; in hookStageCompare() local
83 HOOK_STAGE *stage; in hookStageDestroy() local
93 static HOOK_STAGE *getHookStage(HOOK_MGR *hookMgr, int stage, int createIfNotFound) in getHookStage()
185 int HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) in HookMgrAdd()
214 void HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) in HookMgrDel()
263 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *o… in HookMgrExecute()
367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h47 void SetEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage, in SetEvent()
54 uint32_t action, uint32_t stage, uint32_t eventType) const in GetEvent()
59 void SetSwipeEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage) in SetSwipeEvent()
64 const EventMarker& GetSwipeEvent(uint32_t action, uint32_t stage) const in GetSwipeEvent()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/testcommon/
H A DActivityLifecycleWaiter.java33 public ActivityLifecycleWaiter(Activity activity, Stage stage) { in ActivityLifecycleWaiter()
40 public void onActivityLifecycleChanged(Activity activity, Stage stage) { in onActivityLifecycleChanged()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dpacket_payload_factory.cpp54 const uint16_t code, const uint16_t stage) in CreatePayload()
109 const uint16_t code, const uint16_t stage) in CreatePayloadMore()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp68 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() local
77 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() local
86 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() local
94 auto stage = weakRenderStage.Upgrade(); in WatchDragToBack() local
215 auto stage = weakRenderStage.Upgrade(); in HandleDragEnd() local
/aosp12/system/bt/btif/src/
H A Dbtif_sock_sdp.cc112 const char* stage = "protocol_list"; in create_base_record() local
169 const char* stage = "create_base_record"; in add_sdp_by_uuid() local
220 const char* stage = "create_base_record"; in add_pbap_sdp() local
281 const char* stage = "create_base_record"; in add_ops_sdp() local
346 const char* stage = "create_base_record"; in add_spp_sdp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.h62 void SetSwipeCallback(const SwipeCallback& eventCallback, uint32_t stage) in SetSwipeCallback()
67 void SetCatchEventCallback(const CatchSwipeCallback& eventCallback, uint32_t stage) in SetCatchEventCallback()
/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c143 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content) in ServerStageHookExecute()
160 int AddServerStageHook(AppSpawnHookStage stage, int prio, ServerStageHook hook) in AddServerStageHook()
197 int AppSpawnHookExecute(AppSpawnHookStage stage, uint32_t flags, AppSpawnContent *content, AppSpawn… in AppSpawnHookExecute()
243 int AddAppSpawnHook(AppSpawnHookStage stage, int prio, AppSpawnHook hook) in AddAppSpawnHook()
257 int ProcessMgrHookExecute(AppSpawnHookStage stage, const AppSpawnContent *content, in ProcessMgrHookExecute()
279 int AddProcessMgrHook(AppSpawnHookStage stage, int prio, ProcessChangeHook hook) in AddProcessMgrHook()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java51 public DynamicChildBindController(RowContentBindStage stage) { in DynamicChildBindController()
59 RowContentBindStage stage, in DynamicChildBindController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLauncherSplitScreenListener.java110 public void onStagePositionChanged(@StageType int stage, @StagePosition int position) { in onStagePositionChanged()
119 public void onTaskStageChanged(int taskId, @StageType int stage, boolean visible) { in onTaskStageChanged()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp33 LocationErrCode HookUtils::RegisterHook(LocationProcessStage stage, int prio, OhosHook hook) in RegisterHook()
44 void HookUtils::UnregisterHook(LocationProcessStage stage, OhosHook hook) in UnregisterHook()
50 LocationProcessStage stage, void *executionContext, const HOOK_EXEC_OPTIONS *options) in ExecuteHook()
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DWindowManagerPerfTestBase.java100 void waitForIdleSync(Stage stage) { in waitForIdleSync()
114 public void onActivityLifecycleChanged(Activity activity, Stage stage) { in onActivityLifecycleChanged()
/ohos5.0/base/update/updater/services/include/log/
H A Dlog.h35 #define STAGE(stage) StageLogger(stage).OutputUpdaterStage() argument
84 StageLogger(int stage) : stage_(stage) {} in StageLogger()

123456