Searched refs:CallAppFunc (Results 1 – 4 of 4) sorted by relevance
1640 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 …]
476 bool CallAppFunc(const std::string& appFuncName);478 bool CallAppFunc(const std::string& appFuncName, std::vector<shared_ptr<JsValue>>& argv);
183 bool CallAppFunc(const std::string& appFuncName);184 bool CallAppFunc(const std::string& appFuncName, std::vector<shared_ptr<JsValue>>& argv);
3623 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::JsiEngine3688 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