Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2944 napi_value nLocked = nullptr; in CreateDisplayOrientationObject() local
2945 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::LOCKED), &nLocked)); in CreateDisplayOrientationObject()
2946 NAPI_CALL(env, napi_set_named_property(env, value, "LOCKED", nLocked)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4307 napi_value nLocked; in CreateDisplayOrientationObject() local
4309 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::LOCKED), &nLocked)); in CreateDisplayOrientationObject()
4310 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "LOCKED", nLocked)); in CreateDisplayOrientationObject()

Completed in 17 milliseconds