Home
last modified time | relevance | path

Searched defs:onStart (Results 1 – 11 of 11) sorted by relevance

/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dc_system_ability.test.cpp73 OnStartCb onStart = nullptr; variable
89 OnStartCb onStart = func; variable
105 OnStartCb onStart = func; variable
198 OnStartCb onStart = func; variable
217 OnStartCb onStart = func; variable
235 OnStartCb onStart = func; variable
254 OnStartCb onStart = func; variable
272 OnStartCb onStart = func; variable
291 OnStartCb onStart = func; variable
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/window_hap/entry/src/main/java/com/test/window/
DTestAbility.java23 public void onStart(Intent intent) { in onStart() method in TestAbility
/foundation/systemabilitymgr/safwk/services/safwk/c_wrapper/source/
Dc_system_ability.cpp34 OnStartCb onStart, OnStopCb onStop, int32_t systemAbilityId, bool runOnCreate) in CSystemAbilityInnerService()
64 CSystemAbility *CreateSystemAbility(int32_t saId, bool runOncreate, OnStartCb onStart, in CreateSystemAbility()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/otaUpdateTestBasis/entry/src/main/ets/MainAbility/
DMainAbility.ts26 onStart() { method in MainAbility
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/otaUpdateTestSoChanged/entry/src/main/ets/MainAbility/
DMainAbility.ts26 onStart() { method in MainAbility
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_event_hub.h36 void SetOnStart(EventCallback&& onStart) in SetOnStart()
Dvideo_model_ng.cpp131 void VideoModelNG::SetOnStart(VideoEventFunc&& onStart) in SetOnStart()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_image_animator.cpp167 auto onStart = GetAnimatorEvent(info, "ImageAnimator.onStart"); in OnStart() local
Djs_video.cpp172 …auto onStart = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc)](const std::string&… in JsOnStart() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dvideo_model_impl.cpp104 void VideoModelImpl::SetOnStart(VideoEventFunc&& onStart) in SetOnStart()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
Dvideo_test_ng.cpp726 …EventCallback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_E… in __anon9bb79d0a0302() variable