Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_jsnapi.h24 using RequestAotCallback = variable
41 void SetRequestAotCallback(const RequestAotCallback& cb) in SetRequestAotCallback()
59 RequestAotCallback requestAotCallback_ = nullptr;
H A Dmock_jsnapi.cpp24 void JSNApi::SetRequestAotCallback(EcmaVM *vm, const RequestAotCallback &cb) in SetRequestAotCallback()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h31 using RequestAotCallback = variable
107 void SetRequestAotCallback(const RequestAotCallback& cb);
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp322 void JsEnvironment::SetRequestAotCallback(const RequestAotCallback& cb) in SetRequestAotCallback()