Home
last modified time | relevance | path

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

123

/base/telephony/data_storage/common/src/
Dpreferences_util.cpp36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() local
45 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() local
54 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() local
63 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() local
72 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() local
81 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() local
90 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() local
99 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() local
108 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() local
117 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() local
[all …]
/base/telephony/core_service/utils/preferences/src/
Dtel_profile_util.cpp36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() local
45 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() local
54 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() local
63 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() local
72 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() local
81 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() local
90 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() local
99 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() local
108 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() local
117 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() local
[all …]
/base/customization/enterprise_device_management/services/edm/test/unittest/include/
Diplugin_template_test.h46 …void InitPlugin(std::shared_ptr<IPluginTemplate<ArrayTestPlugin, std::vector<std::string>>> ptr) o… in InitPlugin()
61 void InitPlugin(std::shared_ptr<IPluginTemplate<BoolTestPlugin, bool>> ptr) override in InitPlugin()
76 …n(std::shared_ptr<IPluginTemplate<MapTestPlugin, std::map<std::string, std::string>>> ptr) override in InitPlugin()
92 std::vector<std::map<std::string, std::string>>>> ptr) override in InitPlugin()
107 void InitPlugin(std::shared_ptr<IPluginTemplate<JsonTestPlugin, Json::Value>> ptr) override in InitPlugin()
122 void InitPlugin(std::shared_ptr<IPluginTemplate<StringTestPlugin, std::string>> ptr) override in InitPlugin()
134 void InitPlugin(std::shared_ptr<IPluginTemplate<InitAttributePlg, Json::Value>> ptr) override in InitPlugin()
155 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicySupplierPlg, Json::Value>> ptr) overri… in InitPlugin()
183 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicyFunctionPlg, std::string>> ptr) overri… in InitPlugin()
207 …void InitPlugin(std::shared_ptr<IPluginTemplate<HandlePolicyBiFunctionPlg, std::string>> ptr) over… in InitPlugin()
[all …]
/base/security/huks/frameworks/huks_standard/main/os_dependency/posix/
Dhks_mem.c28 void HksFree(void *ptr) in HksFree()
38 void HksFree(void *ptr) in HksFree()
/base/security/deviceauth/services/authenticators/src/account_unrelated/
Ddas_task_main.c62 void **ptr = NULL; in GetMaxVersion() local
120 void **ptr = NULL; in DestroyTaskT() local
134 void **ptr = NULL; in ProcessMultiTask() local
201 void **ptr = task->vec.getp(&(task->vec), 0); in NegotiateAndProcessTask() local
298 void **ptr = NULL; in CreateMultiSubTask() local
335 void **ptr = NULL; in CreateSingleSubTask() local
410 void **ptr = NULL; in RegisterLocalIdentityInTask() local
432 void **ptr = NULL; in UnregisterLocalIdentityInTask() local
454 void **ptr = NULL; in DeletePeerAuthInfoInTask() local
476 void **ptr = NULL; in GetPublicKeyInTask() local
[all …]
Ddas_module.c90 void **ptr = NULL; in DestroyDasModule() local
110 void **ptr = NULL; in ProcessDasTask() local
127 void **ptr = NULL; in DestroyDasTask() local
/base/security/huks/services/huks_standard/huks_engine/main/core/include/
Dhks_asn1.h65 #define HKS_ASN1_ENCODE_BYTE(ptr, value) \ argument
71 #define HKS_ASN1_ENCODE_TWO_BYTE(ptr, value) \ argument
79 #define HKS_ASN1_DECODE_BYTE(ptr, value) \ argument
85 #define HKS_ASN1_DECODE_TWO_BYTE(ptr, value) \ argument
/base/security/huks/test/unittest/src/common/
Dhks_test_mem.c26 void HksTestFree(void *ptr) in HksTestFree()
/base/security/huks/interfaces/innerkits/huks_standard/test/unittest/src/
Dhks_test_mem.c26 void HksTestFree(void *ptr) in HksTestFree()
/base/user_iam/auth_executor_mgr/common/adaptor/src/
Dadaptor_memory.c28 void Free(void *ptr) in Free()
/base/user_iam/pin_auth/hdi/adaptor/src/
Dadaptor_memory.c29 void Free(void *ptr) in Free()
/base/hiviewdfx/hiview/base/
Devent_dispatch_queue.cpp80 auto ptr = listener->plugin.lock(); in ProcessUnorderedEvent() local
85 auto ptr = listener->listener.lock(); in ProcessUnorderedEvent() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dset_datetime_plugin.cpp26 void SetDateTimePlugin::InitPlugin(std::shared_ptr<IPluginTemplate<SetDateTimePlugin, int64_t>> ptr) in InitPlugin()
/base/global/resmgr_standard/frameworks/resmgr/src/
Dres_desc.cpp245 auto ptr = idParams_[i]; in ~ResId() local
263 auto ptr = keyParams_[i]; in ~ResKey() local
288 auto ptr = keys_[i]; in ~ResDesc() local
/base/global/resmgr_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp218 auto ptr = idParams_[i]; in ~ResId() local
236 auto ptr = keyParams_[i]; in ~ResKey() local
261 auto ptr = keys_[i]; in ~ResDesc() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlogger_service_ohos.h53 sptr<FaultLogQueryResultOhos> ptr = nullptr; member
/base/hiviewdfx/faultloggerd/utils/
Ddirectory_ex.cpp90 struct dirent *ptr = readdir(dir); in GetDirFiles() local
140 struct dirent *ptr = readdir(dir); in ForceRemoveDirectory() local
229 struct dirent *ptr = readdir(dir); in ChangeModeDirectory() local
/base/telephony/core_service/services/sim/src/
Dsim_utils.cpp53 std::shared_ptr<unsigned char> ptr(cache, [](unsigned char *ptr) { free(ptr); }); in HexStringConvertToBytes() local
127 std::shared_ptr<char16_t> ptr(cache, [](char16_t *ptr) { free(ptr); }); in CharsConvertToChar16() argument
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
Ddynamic_load_plugin_example.cpp37 auto ptr = std::static_pointer_cast<DynamicLoadPluginExample>(shared_from_this()); in OnLoad() local
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
Devent_processor_example4.cpp91 auto ptr = std::static_pointer_cast<EventProcessorExample4>(shared_from_this()); in OnLoad() local
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
Dbundle_plugin_example3.cpp53 auto ptr = std::static_pointer_cast<BundlePluginExample3>(shared_from_this()); in OnLoad() local
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
Devent_processor_example2.cpp77 auto ptr = std::static_pointer_cast<EventProcessorExample2>(shared_from_this()); in OnLoad() local
/base/customization/enterprise_device_management/services/edm/src/
Diplugin.cpp49 std::shared_ptr<PolicyManager> ptr = PolicyManager::GetInstance(); in MergePolicyData() local
/base/startup/init_lite/services/include/
Dlist.h32 #define ListEntry(ptr, type, member) ((type *)((char *)(ptr) - offsetof(type, member))) argument
/base/hiviewdfx/hidumper_lite/mini/
Dhidumper_core.c72 int *ptr = (int *)FAULT_ADDR; in InjectKernelCrash() local

123