Home
last modified time | relevance | path

Searched refs:nDisplayOrientation (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dnative_module.cpp46 napi_value nDisplayOrientation = nullptr; in Init() local
47 NAPI_CALL(env, napi_create_object(env, &nDisplayOrientation)); in Init()
48 nDisplayOrientation = CreateDisplayOrientationObject(env); in Init()
106 DECLARE_NAPI_PROPERTY("DisplayOrientation", nDisplayOrientation), in Init()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp57 napi_value nDisplayOrientation = nullptr; in BundleManagerExport() local
58 NAPI_CALL(env, napi_create_object(env, &nDisplayOrientation)); in BundleManagerExport()
59 CreateDisplayOrientationObject(env, nDisplayOrientation); in BundleManagerExport()
140 DECLARE_NAPI_PROPERTY("DisplayOrientation", nDisplayOrientation), in BundleManagerExport()

Completed in 1 milliseconds