Home
last modified time | relevance | path

Searched defs:ptr (Results 126 - 150 of 307) sorted by relevance

12345678910>>...13

/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_running_bundles_plugin.cpp31 InitPlugin( std::shared_ptr<IPluginTemplate<DisallowedRunningBundlesPlugin, std::vector<std::string>>> ptr) InitPlugin() argument
H A Ddisable_usb_plugin.cpp29 void DisableUsbPlugin::InitPlugin(std::shared_ptr<IPluginTemplate<DisableUsbPlugin, bool>> ptr) in InitPlugin() argument
H A Ddisallow_add_os_account_by_user_plugin.cpp29 InitPlugin( std::shared_ptr<IPluginTemplate<DisallowAddOsAccountByUserPlugin, std::map<std::string, std::string>>> ptr) InitPlugin() argument
H A Duser_cert_plugin.cpp65 uint8_t *ptr = certArray.data(); in InstallUserCert() local
H A Dallowed_usb_devices_plugin.cpp34 InitPlugin( std::shared_ptr<IPluginTemplate<AllowUsbDevicesPlugin, std::vector<UsbDeviceId>>> ptr) InitPlugin() argument
H A Dclipboard_policy_plugin.cpp28 InitPlugin( std::shared_ptr<IPluginTemplate<ClipboardPolicyPlugin, std::map<int32_t, ClipboardPolicy>>> ptr) InitPlugin() argument
H A Dscreen_off_time_plugin.cpp35 void ScreenOffTimePlugin::InitPlugin(std::shared_ptr<IPluginTemplate<ScreenOffTimePlugin, int32_t>> ptr) in InitPlugin() argument
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp159 std::unique_ptr<FaultLoggerPipe2> ptr = std::unique_ptr<FaultLoggerPipe2>(new FaultLoggerPipe2(time, isJson)); in Set() local
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp416 sptr<IPowerMgr> ptr; in HWTEST_F() local
/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp111 struct dirent* ptr = nullptr; in IsMock() local
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H A Djs_util.h89 static void DeletePtr(T &ptr) in DeletePtr() argument
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_live_view_content_test.cpp181 auto ptr = NotificationLiveViewContent::FromJson(jsonObject); in HWTEST_F() local
204 auto ptr = rrc->FromJson(jsonObject); HWTEST_F() local
245 auto ptr = NotificationLiveViewContent::Unmarshalling(parcel); HWTEST_F() local
267 auto ptr = NotificationLiveViewContent::Unmarshalling(parcel); HWTEST_F() local
[all...]
/base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/
H A Dnetworkcallbackhost_fuzzer.cpp62 uint32_t GetU32Data(const char* ptr) in GetU32Data() argument
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
H A Djs_util_cooperate.h73 static void DeletePtr(T &ptr) in DeletePtr() argument
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dsubscriber.cpp43 auto ptr = cData.parameters.head[i]; in FreeCCommonEventData() local
/base/security/certificate_manager/test/unittest/src/
H A Dcm_get_certinfo_test.cpp184 struct CertAbstract *ptr = &(lstCert->certAbstract[i]); in HWTEST_F() local
H A Dcm_set_status_test.cpp136 struct CertAbstract *ptr = &(certlist->certAbstract[i]); in HWTEST_F() local
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_test.cpp57 SecCompService* ptr = new (std::nothrow) SecCompService(ServiceTestCommon::SA_ID, true); in SetUp() local
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_sa_interface.cpp64 const uint8_t *ptr = data.ReadBuffer(sz); in ProcessAttestKeyAsyncReply() local
/base/security/huks/test/unittest/modify_old_version_key_test_util/
H A Dhks_test_modify_old_key.c101 struct dirent *ptr; in ChangeDirAndFiles() local
/base/security/huks/utils/compatibility_bin/
H A Dcompatibility_small_bin.c40 struct dirent *ptr; in ChangeDirAndFilesPerm() local
115 static int ConstructSrcAndTargetPath(char *curPath, char *desPath, struct dirent *ptr, in ConstructSrcAndTargetPath() argument
156 struct dirent *ptr; in MoveOldFolderToNew() local
[all...]
/base/security/huks/utils/file_iterative_reader/src/
H A Dhks_iterative_reader.c117 static int ConstructSubPath(const struct dirent *ptr, const char *curPath, char *subPath) in ConstructSubPath() argument
143 struct dirent *ptr; in HksGetOldStoreFileInfo() local
/base/telephony/cellular_call/test/unittest/imstest/
H A Dstandardize_utils_test.cpp112 auto ptr = moduleServiceUtils.GetImsServiceRemoteObject(); in HWTEST_F() local
/base/telephony/core_service/utils/preferences/src/
H A 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_); ObtainInt() local
76 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); SaveBool() local
87 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); ObtainBool() local
96 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); SaveLong() local
107 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); ObtainLong() local
116 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); SaveFloat() local
127 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); ObtainFloat() local
136 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); IsExistKey() local
145 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); RemoveKey() local
154 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); RemoveAll() local
163 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); Refresh() local
171 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); RefreshSync() local
[all...]
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockdump_fuzzer/
H A Dscreenlockdump_fuzzer.cpp34 uint32_t ConvertToUint32(const uint8_t *ptr) in ConvertToUint32() argument

Completed in 10 milliseconds

12345678910>>...13