Home
last modified time | relevance | path

Searched defs:obj (Results 1 - 25 of 704) sorted by relevance

12345678910>>...29

/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dmod.rs17 mod obj; modules
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.h33 UtdCfgsChecker(const UtdCfgsChecker &obj) = delete; member in OHOS::UDMF::UtdCfgsChecker
34 UtdCfgsChecker &operator=(const UtdCfgsChecker &obj) = delete; member in OHOS::UDMF::UtdCfgsChecker
H A Dutd_graph.h41 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 Db_json_entity_extension_config.h89 explicit BJsonEntityExtensionConfig(Json::Value &obj, std::any option = std::any()) : BJsonEntity(obj, option) {} in BJsonEntityExtensionConfig() argument
H A Db_json_entity_ext_manage.h72 explicit BJsonEntityExtManage(Json::Value &obj, std::any option = std::any()) : BJsonEntity(obj, option) {} in BJsonEntityExtManage() argument
H A Db_json_entity.h47 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 Dringtone_restore_factory.cpp31 std::unique_ptr<RestoreInterface> obj = nullptr; in CreateObj() local
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_basic_proxy.h26 explicit NfcBasicProxy(const OHOS::sptr<OHOS::IRemoteObject>& obj) : remoteObj_(obj) {} in NfcBasicProxy() argument
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h53 UtdClient(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient
54 UtdClient &operator=(const UtdClient &obj) = delete; member in OHOS::UDMF::UtdClient
H A Dudmf_client.h55 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 Dpreset_type_descriptors.h30 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 Dudmf_client.h52 UdmfClient(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient
53 UdmfClient &operator=(const UdmfClient &obj) = delete; member in OHOS::UDMF::UdmfClient
H A Dutd_client.h52 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 Dstorage_stats.cpp51 auto obj = std::make_unique<StorageStats>(); in Unmarshalling() local
H A Dbundle_stats.cpp39 auto obj = std::make_unique<BundleStats>(); in Unmarshalling() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_options.cpp31 ChildProcessOptions *obj = new (std::nothrow) ChildProcessOptions(); in Unmarshalling() local
H A Dchild_process_args.cpp52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dserializeable_object.cpp47 std::unique_ptr<SerializeableObject> obj; in CreateNodeObject() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DCaptureTest.cpp249 IObject::Ptr obj = Object {}.GetIObject(); in HWTEST_F() local
/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h34 NapiApi::StrongRef obj; member in PropertyProxy
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dmultimedia_templates.h43 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 Dmedia_tool_permission_handler.cpp39 OperationObject obj = cmd.GetOprnObject(); in UnifyOprnObject() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_jsonobject_test.cpp58 ValueObject obj = conf.GetObjectByPath({ "b", "c" }, ret); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dsvg_image_object.cpp25 auto obj = AceType::MakeRefPtr<SvgImageObject>(src, SizeF()); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.h68 void SetReserveObj(const RefPtr<GridContainerLayoutProperty>& obj) in SetReserveObj() argument
74 auto obj = reserveProperty_.Upgrade(); in GetReserveObj() local

Completed in 11 milliseconds

12345678910>>...29