/base/telephony/data_storage/common/src/ |
D | preferences_util.cpp | 36 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/ |
D | tel_profile_util.cpp | 36 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/ |
D | iplugin_template_test.h | 46 …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/ |
D | hks_mem.c | 28 void HksFree(void *ptr) in HksFree() 38 void HksFree(void *ptr) in HksFree()
|
/base/security/deviceauth/services/authenticators/src/account_unrelated/ |
D | das_task_main.c | 62 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 …]
|
D | das_module.c | 90 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/ |
D | hks_asn1.h | 65 #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/ |
D | hks_test_mem.c | 26 void HksTestFree(void *ptr) in HksTestFree()
|
/base/security/huks/interfaces/innerkits/huks_standard/test/unittest/src/ |
D | hks_test_mem.c | 26 void HksTestFree(void *ptr) in HksTestFree()
|
/base/user_iam/auth_executor_mgr/common/adaptor/src/ |
D | adaptor_memory.c | 28 void Free(void *ptr) in Free()
|
/base/user_iam/pin_auth/hdi/adaptor/src/ |
D | adaptor_memory.c | 29 void Free(void *ptr) in Free()
|
/base/hiviewdfx/hiview/base/ |
D | event_dispatch_queue.cpp | 80 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/ |
D | set_datetime_plugin.cpp | 26 void SetDateTimePlugin::InitPlugin(std::shared_ptr<IPluginTemplate<SetDateTimePlugin, int64_t>> ptr) in InitPlugin()
|
/base/global/resmgr_standard/frameworks/resmgr/src/ |
D | res_desc.cpp | 245 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/ |
D | res_desc.cpp | 218 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/ |
D | faultlogger_service_ohos.h | 53 sptr<FaultLogQueryResultOhos> ptr = nullptr; member
|
/base/hiviewdfx/faultloggerd/utils/ |
D | directory_ex.cpp | 90 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/ |
D | sim_utils.cpp | 53 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/ |
D | dynamic_load_plugin_example.cpp | 37 auto ptr = std::static_pointer_cast<DynamicLoadPluginExample>(shared_from_this()); in OnLoad() local
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/ |
D | event_processor_example4.cpp | 91 auto ptr = std::static_pointer_cast<EventProcessorExample4>(shared_from_this()); in OnLoad() local
|
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/ |
D | bundle_plugin_example3.cpp | 53 auto ptr = std::static_pointer_cast<BundlePluginExample3>(shared_from_this()); in OnLoad() local
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/ |
D | event_processor_example2.cpp | 77 auto ptr = std::static_pointer_cast<EventProcessorExample2>(shared_from_this()); in OnLoad() local
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | iplugin.cpp | 49 std::shared_ptr<PolicyManager> ptr = PolicyManager::GetInstance(); in MergePolicyData() local
|
/base/startup/init_lite/services/include/ |
D | list.h | 32 #define ListEntry(ptr, type, member) ((type *)((char *)(ptr) - offsetof(type, member))) argument
|
/base/hiviewdfx/hidumper_lite/mini/ |
D | hidumper_core.c | 72 int *ptr = (int *)FAULT_ADDR; in InjectKernelCrash() local
|