/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
H A D | mod.rs | 17 mod obj; modules
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | utd_cfgs_checker.h | 33 UtdCfgsChecker(const UtdCfgsChecker &obj) = delete; member in OHOS::UDMF::UtdCfgsChecker 34 UtdCfgsChecker &operator=(const UtdCfgsChecker &obj) = delete; member in OHOS::UDMF::UtdCfgsChecker
|
H A D | utd_graph.h | 41 UtdGraph(const UtdGraph &obj) = delete; member in OHOS::UDMF::UtdGraph 42 UtdGraph &operator=(const UtdGraph &obj) = delete; member in OHOS::UDMF::UtdGraph
|
/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_entity_extension_config.h | 89 explicit BJsonEntityExtensionConfig(Json::Value &obj, std::any option = std::any()) : BJsonEntity(obj, option) {} in BJsonEntityExtensionConfig() argument
|
H A D | b_json_entity_ext_manage.h | 72 explicit BJsonEntityExtManage(Json::Value &obj, std::any option = std::any()) : BJsonEntity(obj, option) {} in BJsonEntityExtManage() argument
|
H A D | b_json_entity.h | 47 explicit BJsonEntity(Json::Value &obj, std::any option = std::any()) : obj_(obj), option_(option) {} in BJsonEntity() argument
|
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_restore_factory.cpp | 31 std::unique_ptr<RestoreInterface> obj = nullptr; in CreateObj() local
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | nfc_basic_proxy.h | 26 explicit NfcBasicProxy(const OHOS::sptr<OHOS::IRemoteObject>& obj) : remoteObj_(obj) {} in NfcBasicProxy() argument
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 53 UtdClient(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient 54 UtdClient &operator=(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient
|
H A D | udmf_client.h | 55 UdmfClient(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient 56 UdmfClient &operator=(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | preset_type_descriptors.h | 30 PresetTypeDescriptors(const PresetTypeDescriptors &obj) = delete; member in OHOS::UDMF::PresetTypeDescriptors 31 PresetTypeDescriptors &operator=(const PresetTypeDescriptors &obj) = delete; member in OHOS::UDMF::PresetTypeDescriptors
|
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/ |
H A D | udmf_client.h | 52 UdmfClient(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient 53 UdmfClient &operator=(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient
|
H A D | utd_client.h | 52 UtdClient(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient 53 UtdClient &operator=(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_stats.cpp | 51 auto obj = std::make_unique<StorageStats>(); in Unmarshalling() local
|
H A D | bundle_stats.cpp | 39 auto obj = std::make_unique<BundleStats>(); in Unmarshalling() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | child_process_options.cpp | 31 ChildProcessOptions *obj = new (std::nothrow) ChildProcessOptions(); in Unmarshalling() local
|
H A D | child_process_args.cpp | 52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | serializeable_object.cpp | 47 std::unique_ptr<SerializeableObject> obj; in CreateNodeObject() local
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | CaptureTest.cpp | 249 IObject::Ptr obj = Object {}.GetIObject(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | PropertyProxy.h | 34 NapiApi::StrongRef obj; member in PropertyProxy
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/ |
H A D | multimedia_templates.h | 43 explicit TAutoCallProc(T *obj) : std::unique_ptr<T, FunctionWrapper<remove_pointer_t<decltype(P)>, P>>(obj) in TAutoCallProc() argument
|
/foundation/multimedia/media_library/frameworks/services/media_permission/src/ |
H A D | media_tool_permission_handler.cpp | 39 OperationObject obj = cmd.GetOprnObject(); in UnifyOprnObject() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
H A D | documentdb_jsonobject_test.cpp | 58 ValueObject obj = conf.GetObjectByPath({ "b", "c" }, ret); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | svg_image_object.cpp | 25 auto obj = AceType::MakeRefPtr<SvgImageObject>(src, SizeF()); in Create() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/ |
H A D | grid_container_layout_property.h | 68 void SetReserveObj(const RefPtr<GridContainerLayoutProperty>& obj) in SetReserveObj() argument 74 auto obj = reserveProperty_.Upgrade(); in GetReserveObj() local
|