Home
last modified time | relevance | path

Searched defs:resultVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp235 std::vector<DMRect> resultVec; in TransferBoundingRectsByRotation() local
287 void DisplayCutoutController::CurrentRotation90(std::vector<DMRect> resultVec, in CurrentRotation90()
296 void DisplayCutoutController::CurrentRotation180(std::vector<DMRect> resultVec, in CurrentRotation180()
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1584 bool GetVectorAuthUser(napi_env env, napi_value jsObject, std::vector<AuthUserInfo>& resultVec) in GetVectorAuthUser()
1627 napi_env env, napi_value jsObject, const std::string& key, std::vector<AuthUserInfo>& resultVec) in GetVectorAuthUserByKey()
1665 bool GetVectorUint32(napi_env env, napi_value jsObject, std::vector<uint32_t>& resultVec) in GetVectorUint32()