Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4308 napi_value nFollowrecent; in CreateDisplayOrientationObject() local
4310 …v, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::FOLLOWRECENT), &nFollowrecent)); in CreateDisplayOrientationObject()
4311 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "FOLLOW_RECENT", nFollowrecent)); in CreateDisplayOrientationObject()