/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | iunknown.h | 74 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 D | default_client_rpc.c | 18 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 D | default_client.c | 51 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 D | autoptr.h | 84 mPtr->AddRef(); in AutoPtr() 92 mPtr->AddRef(); in AutoPtr() 117 other->AddRef(); 133 other.mPtr->AddRef();
|
H A D | light_refcount_base.cpp | 20 int LightRefCountBase::AddRef() in AddRef() function in OHOS::Idl::LightRefCountBase
|
H A D | light_refcount_base.h | 27 int AddRef();
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | autoptr.h | 77 mPtr->AddRef(); in AutoPtr() 85 mPtr->AddRef(); in AutoPtr() 110 other->AddRef(); 126 other.mPtr->AddRef();
|
H A D | light_refcount_base.cpp | 13 int LightRefCountBase::AddRef() in AddRef() function in OHOS::HDI::LightRefCountBase
|
H A D | light_refcount_base.h | 20 int AddRef();
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | autoptr.h | 87 mPtr->AddRef(); in AutoPtr() 96 mPtr->AddRef(); in AutoPtr() 121 other->AddRef(); 136 other.mPtr->AddRef();
|
H A D | light_refcount_base.cpp | 20 int LightRefCountBase::AddRef() in AddRef() function in OHOS::Idl::LightRefCountBase
|
H A D | light_refcount_base.h | 27 int AddRef();
|
H A D | string.cpp | 41 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 D | hks_storage_file_lock.c | 114 static void AddRef(HksStorageFileLock *lock) in AddRef() function 155 AddRef(lock); in HksStorageFileLockCreate()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | feature_impl.h | 43 return (iUnknown == NULL || iUnknown->QueryInterface == NULL || iUnknown->AddRef == NULL || in IsInvalidIUnknown()
|
H A D | iunknown.c | 49 iUnknown->AddRef(iUnknown); in IUNKNOWN_QueryInterface()
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/ |
H A D | power_screen_saver.c | 56 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in CreatClient()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.h | 49 int32_t AddRef() override;
|
H A D | general_store_mock.cpp | 113 int32_t GeneralStoreMock::AddRef() in AddRef() function in OHOS::DistributedData::GeneralStoreMock
|
/ohos5.0/base/security/permission_lite/services/pms_client/ |
H A D | perm_client.c | 101 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 D | auto_cache.cpp | 261 store_->AddRef(); in Delegate() 279 store_->AddRef();
|
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/ |
H A D | device_security_level_proxy.c | 116 entry->iUnknown.AddRef = IUNKNOWN_AddRef; in DslmCreatClient()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 46 kvStore->AddRef(); in GetOrOpenStore()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 170 virtual int32_t AddRef() = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | single_store_impl.h | 65 int32_t AddRef();
|