Searched refs:nLocked (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2944 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 D | bundle_manager.cpp | 4307 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