Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp40 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCapabilit… in GetDisplayCapability() local
49 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupported… in GetDisplaySupportedModes() local
66 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayMode, &mo… in GetDisplayMode() local
73 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::SetDisplayMode, mod… in SetDisplayMode() local
118 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChang… in GetDisplayCompChange() local
208 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::Commit, &fence); in Commit() local
222 …int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layer… in DestroyLayer() local
236 … int32_t ec = HdiSession::GetInstance().CallLayerFunction(devId, layerId, &HdiLayer::SetLayerAlpha, in SetLayerAlpha() local
244 …int32_t ec = HdiSession::GetInstance().CallLayerFunction(devId, layerId, &HdiLayer::SetLayerRegion, in SetLayerRegion() local
252 … int32_t ec = HdiSession::GetInstance().CallLayerFunction(devId, layerId, &HdiLayer::SetLayerCrop, in SetLayerCrop() local
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp43 … int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayCapability, &info); in GetDisplayCapability() local
53 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, in GetDisplaySupportedModes() local
70 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayMode, &modeId); in GetDisplayMode() local
78 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::SetDisplayMode, modeId); in SetDisplayMode() local
102 … int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayBacklight, &level); in GetDisplayBacklight() local
110 … int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::SetDisplayBacklight, level); in SetDisplayBacklight() local
222 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::Commit, &fence); in Commit() local
238 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer() local
254 int32_t ec = composerModel_->CallLayerFunction(devId, layerId, &HdiLayer::SetLayerAlpha, in SetLayerAlpha() local
263 int32_t ec = composerModel_->CallLayerFunction(devId, layerId, &HdiLayer::SetLayerRegion, in SetLayerRegion() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp114 std::error_code ec; in DeleteFile() local
148 std::error_code ec; in DeleteDirectory() local
164 std::error_code ec; in Rename() local
199 std::error_code ec; in CORE_BEGIN_NAMESPACE() local
H A Dstd_directory.cpp101 std::error_code ec; in Create() local
111 std::error_code ec; in Open() local
125 std::error_code ec; in GetEntries() local
252 std::error_code ec; in ResolveAbsolutePath() local
H A Dstd_file.cpp110 std::error_code ec; in Open() local
144 std::error_code ec; in Create() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp226 const IEntityCollection& ec, const json::value& jsonIn, RenderHandleReference& handleRefOut) in RenderHandleReferenceFromJson()
262 bool RenderHandleReferenceToJson(IRenderContext& renderContext, const IEntityCollection& ec, in RenderHandleReferenceToJson()
280 bool EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) in EntityFromJson()
355 bool EntityToJson(const IEntityCollection& ec, const Entity& entityIn, json::standalone_value& json… in EntityToJson()
417 const IEntityCollection& ec, const json::value& jsonIn, EntityReference& entityOut) in EntityReferenceFromJson()
506 …[](const IEntityCollection& ec, const json::value& jsonIn, const Property& /*property*/, uintptr_t… in SetDefaultSerializers()
517 … [this](const IEntityCollection& ec, const json::value& jsonIn, const Property& /*property*/, in SetDefaultSerializers()
525 [this](const IEntityCollection& ec, const Property& /*property*/, uintptr_t offset, in SetDefaultSerializers()
547 bool EcsSerializer::WriteEntityCollection(const IEntityCollection& ec, json::standalone_value& json… in WriteEntityCollection() argument
847 IEntityCollection& ec, const json::value& jsonIn, string_view contextUri) const in ReadEntityCollection()
[all …]
H A Dasset_manager.cpp70 IAssetLoader::Ptr AssetManager::CreateAssetLoader(IEntityCollection& ec, string_view src, string_vi… in CreateAssetLoader()
75 bool AssetManager::LoadAsset(IEntityCollection& ec, string_view uri, string_view contextUri) in LoadAsset()
101 bool AssetManager::SaveJsonEntityCollection(const IEntityCollection& ec, string_view uri, string_vi… in SaveJsonEntityCollection() argument
201 void AssetManager::RefreshAsset(IEntityCollection& ec, bool active) in RefreshAsset()
217 IEntityCollection* AssetManager::InstantiateCollection(IEntityCollection& ec, string_view uri, stri… in InstantiateCollection()
H A Dasset_loader.cpp62 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive()
82 IEntityCollection& ec, string_view src, string_view contextUri) in AssetLoader()
731 … IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) in CreateAssetLoader()
/ohos5.0/base/notification/common_event_service/frameworks/extension/src/ipc/
H A Dstatic_subscriber_stub.cpp29 ErrCode ec = OnReceiveEvent(data.ReadParcelable<CommonEventData>()); in OnRemoteRequest() local
H A Dstatic_subscriber_proxy.cpp45 ErrCode ec = reply.ReadInt32(); in OnReceiveEvent() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp199 ErrCode ec = HidHostVCUnplug(device, id, size, type, result); in HidHostVCUnplugInner() local
214 ErrCode ec = HidHostSendData(device, id, size, type, result); in HidHostSendDataInner() local
228 ErrCode ec = HidHostSetReport(device, type, report, result); in HidHostSetReportInner() local
243 ErrCode ec = HidHostGetReport(device, id, size, type, result); in HidHostGetReportInner() local
H A Dbluetooth_hid_host_observer_proxy.cpp39 ErrCode ec = reply.ReadInt32(); in OnConnectionStateChanged() local
H A Dbluetooth_pan_observer_proxy.cpp39 ErrCode ec = reply.ReadInt32(); in OnConnectionStateChanged() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp151 std::error_code ec; in ScanDirNoDepth() local
407 std::error_code ec; in GetObjectInfo() local
433 std::error_code ec; in GetFd() local
698 std::error_code ec; in CrossCopyAfter() local
721 std::error_code ec; in MoveObject() local
772 std::error_code ec; in CopyObject() local
796 std::error_code ec; in DeleteObject() local
835 std::error_code ec; in SetObjectPropValue() local
983 std::error_code ec; in ScanDirWithType() local
1009 std::error_code ec; in ScanDirTraverseWithType() local
[all …]
H A Dmtp_storage_manager.cpp63 std::error_code ec; in GetTotalSize() local
76 std::error_code ec; in GetFreeSize() local
/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_connection.cpp30 ErrCode ec = proxy->OnReceiveEvent(&event_); in OnAbilityConnectDone() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_register_font.cpp49 static bool StdFilesystemExists(const std::string &p, std::error_code &ec) in StdFilesystemExists()
94 std::error_code ec; in LoadFontDataFromFile() local
/ohos5.0/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp102 std::error_code ec; in ensureDirectoryExists() local
115 std::error_code ec; in clearPath() local
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.cpp111 int32_t ec = g_dispbuf->AllocMem(info, bHandle); in RunTest() local
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp146 int32_t ec = vdiImpl_->AllocMem(info, buffer); in AllocMem() local
/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dsensors_errors.h186 #define CK(cond, ec) \ argument
258 #define CK(cond, ec) \ argument
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp32 std::error_code ec; in NetFirewallDataBase() local
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_errors.h217 #define CK(cond, ec) \ argument
305 #define CK(cond, ec) \ argument
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp162 int32_t ec = reply.ReadInt32(); in GetDeviceState() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Ddefine_multimodal.h119 #define CK(cond, ec) \ argument
262 #define CK(cond, ec) \ argument

12