Home
last modified time | relevance | path

Searched refs:AddRef (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Diunknown.h74 int (*AddRef)(IUnknown *iUnknown); \
99 .AddRef = IUNKNOWN_AddRef, \
157 int (*AddRef)(IUnknown *iUnknown); member
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_rpc.c18 static int AddRef(IUnknown *iUnknown);
52 entry->iUnknown.AddRef = AddRef; in SAMGR_CreateIProxy()
78 entry->iUnknown.AddRef = AddRef; in SAMGR_CreateIRemoteProxy()
134 static int AddRef(IUnknown *iUnknown) in AddRef() function
H A Ddefault_client.c51 static int AddRef(IUnknown *iUnknown);
84 entry->iUnknown.AddRef = AddRef; in SAMGR_CreateIProxy()
140 static int AddRef(IUnknown *iUnknown) in AddRef() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dautoptr.h84 mPtr->AddRef(); in AutoPtr()
92 mPtr->AddRef(); in AutoPtr()
117 other->AddRef();
133 other.mPtr->AddRef();
H A Dlight_refcount_base.cpp20 int LightRefCountBase::AddRef() in AddRef() function in OHOS::Idl::LightRefCountBase
H A Dlight_refcount_base.h27 int AddRef();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dautoptr.h77 mPtr->AddRef(); in AutoPtr()
85 mPtr->AddRef(); in AutoPtr()
110 other->AddRef();
126 other.mPtr->AddRef();
H A Dlight_refcount_base.cpp13 int LightRefCountBase::AddRef() in AddRef() function in OHOS::HDI::LightRefCountBase
H A Dlight_refcount_base.h20 int AddRef();
/ohos5.0/foundation/ability/idl_tool/util/
H A Dautoptr.h87 mPtr->AddRef(); in AutoPtr()
96 mPtr->AddRef(); in AutoPtr()
121 other->AddRef();
136 other.mPtr->AddRef();
H A Dlight_refcount_base.cpp20 int LightRefCountBase::AddRef() in AddRef() function in OHOS::Idl::LightRefCountBase
H A Dlight_refcount_base.h27 int AddRef();
H A Dstring.cpp41 static void AddRef(const void* handle);
80 void SharedData::AddRef(const void* handle) in AddRef() function in OHOS::Idl::SharedData
147 SharedData::AddRef(string_); in String()
600 SharedData::AddRef(other.string_); in operator =()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_file_lock.c114 static void AddRef(HksStorageFileLock *lock) in AddRef() function
155 AddRef(lock); in HksStorageFileLockCreate()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dfeature_impl.h43 return (iUnknown == NULL || iUnknown->QueryInterface == NULL || iUnknown->AddRef == NULL || in IsInvalidIUnknown()
H A Diunknown.c49 iUnknown->AddRef(iUnknown); in IUNKNOWN_QueryInterface()
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c56 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in CreatClient()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h49 int32_t AddRef() override;
H A Dgeneral_store_mock.cpp113 int32_t GeneralStoreMock::AddRef() in AddRef() function in OHOS::DistributedData::GeneralStoreMock
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c101 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in CreatClient()
160 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in CreatInnerClient()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp261 store_->AddRef(); in Delegate()
279 store_->AddRef();
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c116 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in DslmCreatClient()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp46 kvStore->AddRef(); in GetOrOpenStore()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h170 virtual int32_t AddRef() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h65 int32_t AddRef();

12