Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 265) sorted by relevance

1234567891011

/base/request/request/services/src/cxx/
Dc_task_info.cpp18 void DeleteCFormItem(CFormItem *ptr) in DeleteCFormItem()
23 void DeleteCFileSpec(CFileSpec *ptr) in DeleteCFileSpec()
28 void DeleteCStringPtr(CStringWrapper *ptr) in DeleteCStringPtr()
33 void DeleteCEachFileStatus(CEachFileStatus *ptr) in DeleteCEachFileStatus()
38 void DeleteCTaskInfo(CTaskInfo *ptr) in DeleteCTaskInfo()
43 void DeleteTaskQosInfo(TaskQosInfo *ptr) in DeleteTaskQosInfo()
Dc_task_config.cpp18 void DeleteCTaskConfig(CTaskConfig *ptr) in DeleteCTaskConfig()
/base/telephony/core_service/utils/preferences/src/
Dtel_profile_util.cpp36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() local
47 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() local
56 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() local
67 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() local
76 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() local
87 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() local
96 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() local
107 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() local
116 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() local
127 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() local
[all …]
/base/theme/screenlock_mgr/utils/src/
Dpreferences_util.cpp40 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() local
51 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() local
60 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() local
71 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() local
80 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() local
91 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() local
100 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() local
111 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() local
120 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() local
131 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() local
[all …]
/base/telephony/telephony_data/common/src/
Dpreferences_util.cpp41 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() local
52 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() local
61 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() local
72 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() local
81 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() local
92 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() local
101 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() local
112 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() local
121 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() local
132 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() local
[all …]
/base/update/updateservice/services/core/ability/preference/src/
Dpreference_utils.cpp31 std::shared_ptr<NativePreferences::Preferences> ptr = in GetPreference() local
76 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in Save() local
88std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const std::string &va… in SaveInner()
98 std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int &value) in SaveInner()
108 std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const bool &value) in SaveInner()
118std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int64_t &value) in SaveInner()
128 std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const float &value) in SaveInner()
165 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in Obtain() local
174std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const std::string &de… in ObtainInner()
184std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int &defValue) in ObtainInner()
[all …]
/base/customization/enterprise_device_management/test/unittest/services/edm/include/
Diplugin_template_test.h46 …void InitPlugin(std::shared_ptr<IPluginTemplate<ArrayTestPlugin, std::vector<std::string>>> ptr) o… in InitPlugin()
63 void InitPlugin(std::shared_ptr<IPluginTemplate<BoolTestPlugin, bool>> ptr) override in InitPlugin()
80 …n(std::shared_ptr<IPluginTemplate<MapTestPlugin, std::map<std::string, std::string>>> ptr) override in InitPlugin()
98 std::vector<std::map<std::string, std::string>>>> ptr) override in InitPlugin()
115 void InitPlugin(std::shared_ptr<IPluginTemplate<JsonTestPlugin, Json::Value>> ptr) override in InitPlugin()
132 void InitPlugin(std::shared_ptr<IPluginTemplate<StringTestPlugin, std::string>> ptr) override in InitPlugin()
146 void InitPlugin(std::shared_ptr<IPluginTemplate<InitAttributePlg, Json::Value>> ptr) override in InitPlugin()
169 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicySupplierPlg, Json::Value>> ptr) overri… in InitPlugin()
199 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicyFunctionPlg, std::string>> ptr) overri… in InitPlugin()
229 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicyBiFunctionPlg, std::string>> ptr) over… in InitPlugin()
[all …]
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp896 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
915 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
971 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1027 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1077 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1154 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1193 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1215 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1247 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
1268 auto ptr = std::make_shared<MockOsAccountControlFileManager>(); variable
[all …]
/base/msdp/device_status/frameworks/js/napi/interaction/drag/include/
Djs_drag_manager.h54 static void DeletePtr(T &ptr) in DeletePtr()
57 delete ptr; in DeletePtr() local
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/posix/
Dcm_mem.c28 void CmFree(void *ptr) in CmFree()
38 void CmFree(void *ptr) in CmFree()
/base/hiviewdfx/faultloggerd/frameworks/allocator/
Ddfx_allocator.c206 static void MempoolFree(DfxMempool* mempool, void* ptr) in MempoolFree()
262 static inline PageInfo* GetPageUnchecked(void* ptr) in GetPageUnchecked()
268 static inline PageInfo* GetPage(void* ptr) in GetPage()
343 static size_t GetChunkSize(void* ptr) in GetChunkSize()
361 static void DfxFree(void* ptr) in DfxFree()
383 static void* DfxRealloc(void* ptr, size_t size) in DfxRealloc()
421 static void* HookRealloc(void* ptr, size_t size) in HookRealloc()
426 static void HookFree(void* ptr) in HookFree()
465 int IsDfxAllocatorMem(void* ptr) in IsDfxAllocatorMem()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
Ddas_task_main.c62 void **ptr = NULL; in GetMaxVersion() local
122 void **ptr = NULL; in DestroyTaskT() local
134 void **ptr = NULL; in ProcessMultiTask() local
197 void **ptr = task->vec.getp(&(task->vec), 0); in NegotiateAndProcessTask() local
306 void **ptr = NULL; in CreateMultiSubTask() local
347 void **ptr = NULL; in CreateSingleSubTask() local
428 void **ptr = NULL; in RegisterLocalIdentityInTask() local
448 void **ptr = NULL; in UnregisterLocalIdentityInTask() local
468 void **ptr = NULL; in DeletePeerAuthInfoInTask() local
487 void **ptr = NULL; in GetPublicKeyInTask() local
[all …]
Ddas_module.c93 void **ptr = NULL; in ProcessDasTask() local
108 void **ptr = NULL; in DestroyDasTask() local
134 void **ptr = NULL; in DestroyDasModule() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddwarf_section.cpp42 uintptr_t i = 0, ptr = tableData; in LinearSearchEntry() local
71 uintptr_t ptr = 0; in SearchEntry() local
142 uintptr_t ptr = addr; in GetCieOrFde() local
162 void DwarfSection::ParseCieOrFdeHeader(uintptr_t& ptr, FrameDescEntry &fdeInfo, bool& isCieEntry) in ParseCieOrFdeHeader()
228 bool DwarfSection::FillInFde(uintptr_t ptr, FrameDescEntry &fdeInfo) in FillInFde()
295 bool DwarfSection::FillInCie(uintptr_t ptr, CommonInfoEntry &cieInfo) in FillInCie()
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
Djs_util_cooperate.h73 static void DeletePtr(T &ptr) in DeletePtr()
76 delete ptr; in DeletePtr() local
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/include/
Ddcm_asn1.h68 #define HKS_ASN1_ENCODE_BYTE(ptr, value) \ argument
74 #define HKS_ASN1_ENCODE_TWO_BYTE(ptr, value) \ argument
82 #define HKS_ASN1_DECODE_BYTE(ptr, value) \ argument
88 #define HKS_ASN1_DECODE_TWO_BYTE(ptr, value) \ argument
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_unified_group_info_test.cpp78 auto ptr = NotificationUnifiedGroupInfo::Unmarshalling(parcel); variable
103 auto ptr = NotificationUnifiedGroupInfo::Unmarshalling(parcel); variable
Dnotification_live_view_content_test.cpp181 auto ptr = NotificationLiveViewContent::FromJson(jsonObject); variable
204 auto ptr = rrc->FromJson(jsonObject); variable
245 auto ptr = NotificationLiveViewContent::Unmarshalling(parcel); variable
267 auto ptr = NotificationLiveViewContent::Unmarshalling(parcel); variable
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_pipe_test.cpp47 std::shared_ptr<FaultLoggerPipeMap> ptr = std::make_shared<FaultLoggerPipeMap>(); variable
73 std::shared_ptr<FaultLoggerPipeMap> ptr = std::make_shared<FaultLoggerPipeMap>(); variable
/base/security/huks/utils/compatibility_bin/
Dcompatibility_small_bin.c40 struct dirent *ptr; in ChangeDirAndFilesPerm() local
115 static int ConstructSrcAndTargetPath(char *curPath, char *desPath, struct dirent *ptr, in ConstructSrcAndTargetPath()
156 struct dirent *ptr; in MoveOldFolderToNew() local
/base/update/updater/services/factory_reset/
Dfactory_reset.cpp76 void FactoryResetProcess::RegisterCommonResetPostFunc(CommonResetPostFunc ptr) in RegisterCommonResetPostFunc()
87 void FactoryResetProcess::RegisterFactoryResetPreFunc(FactoryResetPreFunc ptr) in RegisterFactoryResetPreFunc()
98 void FactoryResetProcess::RegisterFactoryResetPostFunc(FactoryResetPostFunc ptr) in RegisterFactoryResetPostFunc()
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
Djs_util.h89 static void DeletePtr(T &ptr) in DeletePtr()
92 delete ptr; in DeletePtr() local
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_baselib_utils_test.cpp95 TlvCommon *ptr = (TlvCommon *)buff + i; variable
126 TlvCommon *ptr = (TlvCommon *)buff + i; variable
164 TlvCommon *ptr = (TlvCommon *)tlvs + i; variable
195 TlvCommon *ptr = (TlvCommon *)tlvs + i; variable
213 TlvCommon *ptr = (TlvCommon *)tlvs + i; variable
/base/security/device_auth/services/session_manager/src/
Ddev_session_mgr.c41 SessionInfo *ptr; in GetSessionInfo() local
114 SessionInfo *ptr; in DestroyDevSessionManager() local
208 SessionInfo *ptr; in CloseDevSession() local
232 SessionInfo *ptr; in CancelDevSession() local
/base/update/updater/services/
Dupdater_preprocess.cpp38 void PreProcess::RegisterHelper(PreProcessFunc ptr) in RegisterHelper()
43 void PreProcess::AuthHelper(AuthFunc ptr) in AuthHelper()
48 void PreProcess::ClearHelper(ClearFunc ptr) in ClearHelper()

1234567891011