Home
last modified time | relevance | path

Searched defs:ec (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
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
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
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dipsec_vpn_ctl_test.cpp192 std::error_code ec; in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp158 int32_t ec = reply.ReadInt32(); in GetDeviceState() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
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
[all...]
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
165 std::filesystem::rename(U8Path(pathFrom), U8Path(pathTo), ec); in Rename() local
199 std::error_code ec; in GetEntry() local
[all...]
H A Dstd_file.cpp110 std::error_code ec; in Open() local
144 std::error_code ec; in Create() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp57 std::error_code ec; in resolveAbsolutePath() local
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dvpn_database_helper.cpp39 std::error_code ec; in VpnDatabaseHelper() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_register_font.cpp43 static bool StdFilesystemExists(const std::string& p, std::error_code& ec) in StdFilesystemExists() argument
81 std::error_code ec; in LoadFontDataFromFile() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_manager.cpp127 bool EcsAssetManager::LoadAsset(IEntityCollection& ec, string_view uri, string_view contextUri) in LoadAsset() argument
121 CreateEcsAssetLoader( IEntityCollection& ec, string_view src, string_view contextUri) CreateEcsAssetLoader() argument
139 SaveJsonEntityCollection( const IEntityCollection& ec, string_view uri, string_view contextUri) const SaveJsonEntityCollection() argument
174 auto ec = CreateEntityCollection(ecs, cacheUri, contextUri); LoadAssetToCache() local
195 auto ec = CreateEntityCollection(ecs, uri, contextUri); CreateCachedCollection() local
234 RefreshAsset(IEntityCollection& ec, bool active) RefreshAsset() argument
250 InstantiateCollection( IEntityCollection& ec, string_view uri, string_view contextUri) InstantiateCollection() argument
[all...]
H A Dentity_collection.cpp371 auto& ec = *collections_.back(); in AddSubCollectionClone() local
H A Decs_asset_loader.cpp52 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument
73 EcsAssetLoader(IEcsAssetManager& assetManager, IGraphicsContext& graphicsContext, IEntityCollection& ec, in EcsAssetLoader() argument
569 CreateEcsAssetLoader(IEcsAssetManager& assetManager, IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) CreateEcsAssetLoader() argument
[all...]
H A Decs_serializer.cpp126 ToJson( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const ToJson() argument
132 FromJson( const IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const FromJson() argument
170 RenderHandleReferenceFromJson(const IEcsSerializer& ecsSerializer, IRenderContext& renderContext, const IEntityCollection& ec, const json::value& jsonIn, RenderHandleReference& handleRefOut) RenderHandleReferenceFromJson() argument
207 RenderHandleReferenceToJson(IRenderContext& renderContext, const IEntityCollection& ec, const RenderHandleReference& handleRefIn, json::standalone_value& jsonOut) RenderHandleReferenceToJson() argument
225 EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) EntityFromJson() argument
300 EntityToJson(const IEntityCollection& ec, const Entity& entityIn, json::standalone_value& jsonOut) EntityToJson() argument
339 EntityReferenceToJson(IRenderContext& renderContext, const IEntityCollection& ec, const EntityReference& entityIn, json::standalone_value& jsonOut) EntityReferenceToJson() argument
361 EntityReferenceFromJson(const IEcsSerializer& ecsSerializer, IRenderContext& renderContext, const IEntityCollection& ec, const json::value& jsonIn, EntityReference& entityOut) EntityReferenceFromJson() argument
486 WriteEntityCollection(const IEntityCollection& ec, json::standalone_value& jsonOut) const WriteEntityCollection() argument
575 WriteComponents(const IEntityCollection& ec, Entity entity, json::standalone_value& jsonOut) const WriteComponents() argument
603 WriteComponent(const IEntityCollection& ec, Entity entity, const IComponentManager& cm, IComponentManager::ComponentId id, json::standalone_value& jsonOut) const WriteComponent() argument
656 WriteProperty( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const WriteProperty() argument
783 ReadEntityCollection( IEntityCollection& ec, const json::value& jsonIn, string_view contextUri) const ReadEntityCollection() argument
828 ReadComponents(IEntityCollection& ec, const json::value& jsonIn) const ReadComponents() argument
904 ReadComponent( IEntityCollection& ec, const json::value& jsonIn, Entity entity, IComponentManager& component) const ReadComponent() argument
965 ReadProperty( IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const ReadProperty() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp363 auto& ec = *collections_.back(); in AddSubCollectionClone() local
H A Dasset_manager.cpp70 IAssetLoader::Ptr AssetManager::CreateAssetLoader(IEntityCollection& ec, string_view src, string_view contextUri) in CreateAssetLoader() argument
75 bool AssetManager::LoadAsset(IEntityCollection& ec, string_view uri, string_view contextUri) in LoadAsset() argument
101 bool AssetManager::SaveJsonEntityCollection(const IEntityCollection& ec, string_view uri, string_view contextUri) const in SaveJsonEntityCollection() argument
138 auto ec = EntityCollection::Ptr { new EntityCollection(ecs, uri, contextUri) }; in LoadAssetToCache() local
162 auto ec = EntityCollection::Ptr { new EntityCollection(ecs, uri, contextUri) }; CreateCachedCollection() local
201 RefreshAsset(IEntityCollection& ec, bool active) RefreshAsset() argument
217 InstantiateCollection(IEntityCollection& ec, string_view uri, string_view contextUri) InstantiateCollection() argument
[all...]
H A Dasset_loader.cpp62 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument
81 AssetLoader(AssetManager& assetManager, IRenderContext& renderContext, IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) AssetLoader() argument
730 CreateAssetLoader(AssetManager& assetManager, IRenderContext& renderContext, IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) CreateAssetLoader() argument
[all...]
H A Decs_serializer.cpp262 bool RenderHandleReferenceToJson(IRenderContext& renderContext, const IEntityCollection& ec, in RenderHandleReferenceToJson() argument
179 ToJson( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const ToJson() argument
185 FromJson( const IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const FromJson() argument
225 RenderHandleReferenceFromJson(const IEcsSerializer& ecsSerializer, IRenderContext& renderContext, const IEntityCollection& ec, const json::value& jsonIn, RenderHandleReference& handleRefOut) RenderHandleReferenceFromJson() argument
280 EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) EntityFromJson() argument
355 EntityToJson(const IEntityCollection& ec, const Entity& entityIn, json::standalone_value& jsonOut) EntityToJson() argument
394 EntityReferenceToJson(IRenderContext& renderContext, const IEntityCollection& ec, const EntityReference& entityIn, json::standalone_value& jsonOut) EntityReferenceToJson() argument
416 EntityReferenceFromJson(const IEcsSerializer& ecsSerializer, IRenderContext& renderContext, const IEntityCollection& ec, const json::value& jsonIn, EntityReference& entityOut) EntityReferenceFromJson() argument
547 WriteEntityCollection(const IEntityCollection& ec, json::standalone_value& jsonOut) const WriteEntityCollection() argument
637 WriteComponents(const IEntityCollection& ec, Entity entity, json::standalone_value& jsonOut) const WriteComponents() argument
665 WriteComponent(const IEntityCollection& ec, Entity entity, const IComponentManager& cm, IComponentManager::ComponentId id, json::standalone_value& jsonOut) const WriteComponent() argument
718 WriteProperty( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const WriteProperty() argument
846 ReadEntityCollection( IEntityCollection& ec, const json::value& jsonIn, string_view contextUri) const ReadEntityCollection() argument
951 ReadComponents(IEntityCollection& ec, const json::value& jsonIn, bool setId) const ReadComponents() argument
1002 ReadComponent( IEntityCollection& ec, const json::value& jsonIn, Entity entity, IComponentManager& component) const ReadComponent() argument
1063 ReadProperty( IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const ReadProperty() argument
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp32 std::error_code ec; in NetFirewallDataBase() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dkv_delegate.cpp53 std::error_code ec; in RemoveDbFile() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp180 MnoteHuaweiEntryCount *ec = nullptr; in HandleMakerNote() local
181 mnote_huawei_get_entry_count(reinterpret_cast<ExifMnoteDataHuawei *>(md), &ec); in HandleMakerNote() local
217 MnoteHuaweiEntryCount *ec = nullptr; in HandleHwMnote() local
218 mnote_huawei_get_entry_count(reinterpret_cast<ExifMnoteDataHuawei *>(md), &ec); in HandleHwMnote() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp937 std::error_code ec; in RemoveWifiP2pSupplicantGroupInfo() local

Completed in 18 milliseconds