Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2893 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 Dbundle_manager.cpp4288 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