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/bundlemgr/
H A Dbundle_mgr.cpp2902 napi_value nFollowRecent = nullptr; in CreateDisplayOrientationObject() local
2903 …v, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::FOLLOWRECENT), &nFollowRecent)); in CreateDisplayOrientationObject()
2904 NAPI_CALL(env, napi_set_named_property(env, value, "FOLLOW_RECENT", nFollowRecent)); in CreateDisplayOrientationObject()