Searched refs:nLandscape (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2893 napi_value nLandscape = nullptr; in CreateDisplayOrientationObject() local 2894 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::LANDSCAPE), &nLandscape)); in CreateDisplayOrientationObject() 2895 NAPI_CALL(env, napi_set_named_property(env, value, "LANDSCAPE", nLandscape)); in CreateDisplayOrientationObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4288 napi_value nLandscape; in CreateDisplayOrientationObject() local 4290 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::LANDSCAPE), &nLandscape)); in CreateDisplayOrientationObject() 4291 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "LANDSCAPE", nLandscape)); in CreateDisplayOrientationObject()
|
Completed in 18 milliseconds