Home
last modified time | relevance | path

Searched refs:CallAppFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1640 CallAppFunc("onCreate"); in LoadFaAppSource()
2351 CallAppFunc("onDestroy"); in DestroyApplication()
2369 CallAppFunc("onShow"); in UpdateApplicationState()
2372 CallAppFunc("onHide"); in UpdateApplicationState()
2375 CallAppFunc("onActive"); in UpdateApplicationState()
2378 CallAppFunc("onInactive"); in UpdateApplicationState()
2381 CallAppFunc("onDestroy"); in UpdateApplicationState()
2570 CallAppFunc("onActive"); in OnActive()
2579 CallAppFunc("onInactive"); in OnInactive()
2591 CallAppFunc("onNewWant", argv); in OnNewWant()
[all …]
H A Djsi_declarative_engine.h476 bool CallAppFunc(const std::string& appFuncName);
478 bool CallAppFunc(const std::string& appFuncName, std::vector<shared_ptr<JsValue>>& argv);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h183 bool CallAppFunc(const std::string& appFuncName);
184 bool CallAppFunc(const std::string& appFuncName, std::vector<shared_ptr<JsValue>>& argv);
H A Djsi_engine.cpp3623 return CallAppFunc("onStartContinuation"); in OnStartContinuation()
3636 CallAppFunc("onCompleteContinuation", argv); in OnCompleteContinuation()
3648 CallAppFunc("onRemoteTerminated"); in OnRemoteTerminated()
3662 if (CallAppFunc("onSaveData", argv)) { in OnSaveData()
3682 return CallAppFunc("onRestoreData", argv); in OnRestoreData()
3685 bool JsiEngine::CallAppFunc(const std::string& appFuncName) in CallAppFunc() function in OHOS::Ace::Framework::JsiEngine
3688 return CallAppFunc(appFuncName, argv); in CallAppFunc()
3691 bool JsiEngine::CallAppFunc(const std::string& appFuncName, std::vector<shared_ptr<JsValue>>& argv) in CallAppFunc() function in OHOS::Ace::Framework::JsiEngine