Home
last modified time | relevance | path

Searched refs:GetDisplayOrientationExecuteCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability.h88 void GetDisplayOrientationExecuteCallback(napi_env env, void *data);
H A Dnapi_common_ability.cpp511 asyncParamEx.execute = GetDisplayOrientationExecuteCallback; in GetDisplayOrientationWrap()
518 asyncParamEx.execute = GetDisplayOrientationExecuteCallback; in GetDisplayOrientationWrap()
525 void GetDisplayOrientationExecuteCallback(napi_env env, void *data) in GetDisplayOrientationExecuteCallback() function