/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font_collection.cpp | 48 …OH_Drawing_FontCollection* fc = (OH_Drawing_FontCollection*)new (std::nothrow) rosen::FontCollecti… in OH_Drawing_CreateFontCollection() local 74 auto fc = std::make_shared<rosen::FontCollection>(); in OH_Drawing_CreateSharedFontCollection() local 155 std::shared_ptr<OHOS::Rosen::FontCollection> fc = OHOS::Rosen::FontCollection::Create(); in OH_Drawing_GetFontCollectionGlobalInstance() local
|
H A D | drawing_register_font.cpp | 76 auto fc = ConvertToOriginalText<FontCollection>(fontCollection); in LoadFromFontCollection() local
|
H A D | drawing_text_typography.cpp | 450 if (auto fc = OHOS::Rosen::Drawing::FontCollectionMgr::GetInstance().Find(fontCollection)) { in OH_Drawing_CreateTypographyHandler() local
|
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 96 static int32_t CameraCreateVideoEnc(FrameConfig &fc, in CameraCreateVideoEnc() 198 static CODEC_HANDLETYPE CameraCreateJpegEncProc(FrameConfig &fc, uint32_t srcDev, AvCodecMime codec… in CameraCreateJpegEncProc() 235 static int32_t CameraCreateJpegEnc(FrameConfig &fc, StreamAttr stream, uint32_t srcDev, CODEC_HANDL… in CameraCreateJpegEnc() 296 StreamType streamType, FrameConfig &fc) in StreamAttrInitialize() 432 int32_t RecordAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() 544 int32_t PreviewAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() 603 int32_t CaptureAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() 712 int32_t CallbackAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig() 852 int32_t CameraDevice::TriggerLoopingCapture(FrameConfig &fc, uint32_t *streamId) in TriggerLoopingCapture() 933 int32_t CameraDevice::TriggerSingleCapture(FrameConfig &fc, uint32_t *streamId) in TriggerSingleCapture()
|
/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/src/ |
H A D | camera_device_client.cpp | 63 int32_t CameraDeviceClient::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture() 74 int32_t CameraDeviceClient::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture()
|
/ohos5.0/foundation/multimedia/camera_lite/frameworks/ |
H A D | camera_impl.cpp | 96 int32_t CameraImpl::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture() 156 int32_t CameraImpl::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture() 202 void CameraImpl::OnFrameFinished(int32_t ret, FrameConfig &fc) in OnFrameFinished()
|
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/ |
H A D | camera_device_client.cpp | 108 int32_t SerilizeFrameConfig(IpcIo &io, FrameConfig &fc, uint32_t maxSurfaceNum) in SerilizeFrameConfig() 154 int32_t CameraDeviceClient::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture() 182 int32_t CameraDeviceClient::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture() 312 FrameConfig *fc = static_cast<FrameConfig*>(para->frameConfig); in DeviceClientCallback() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.h | 36 explicit DBHelper(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in DBHelper()
|
H A D | resolver.h | 33 explicit FreezeResolver(std::shared_ptr<FreezeCommon> fc) in FreezeResolver()
|
H A D | vendor.h | 34 explicit Vendor(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in Vendor()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_compatibility_common.h | 72 #define CORE_GET_FRAGCOORD_UV(uv, fc, its) (uv = GetFragCoordUv(fc, its)) argument
|
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/ |
H A D | camera_server.cpp | 203 auto fc = new FrameConfig(type); in DeserializeFrameConfig() local 255 FrameConfig *fc = DeserializeFrameConfig(*req); in SetFrameConfig() local 269 FrameConfig *fc = DeserializeFrameConfig(*req); in TriggerLoopingCapture() local 285 FrameConfig *fc = DeserializeFrameConfig(*req); in TriggerSingleCapture() local
|
/ohos5.0/foundation/multimedia/camera_lite/services/impl/include/ |
H A D | camera_device.h | 47 virtual int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 123 uint8_t fc; member 151 uint8_t fc; member
|
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 247 void OnFrameFinished(Camera &cam, FrameConfig &fc, FrameResult &res) override in OnFrameFinished() 353 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_RECORD); in StartRecord() local 388 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_PREVIEW); in StartPreview() local 425 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_CAPTURE); in Capture() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 452 FILLP_CONST struct GlobalAppFlowControl *fc = &resource->flowControl; in DoShowSockConfigRes() local
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 56 FunctionContext<> fc(e,cb); in Init() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
|