/foundation/filemanagement/user_file_service/test/fuzztest/medialibraryfileaccess_fuzzer/ |
H A D | medialibrary_file_access_fuzzer.cpp | 110 bool CheckDataAndGetDownloadUri(const uint8_t* data, size_t size, shared_ptr<FileAccessHelper>& helper, in CheckDataAndGetDownloadUri() argument 142 shared_ptr<FileAccessHelper> helper = nullptr; in CreatorFuzzTest() local 154 shared_ptr<FileAccessHelper> helper = GetFileAccessHelper(); in GetDownloadUri() local 190 shared_ptr<FileAccessHelper> helper; AccessFuzzTest() local 208 shared_ptr<FileAccessHelper> helper; OpenFileFuzzTest() local 227 shared_ptr<FileAccessHelper> helper; CreateFileFuzzTest() local 249 shared_ptr<FileAccessHelper> helper; MkdirFuzzTest() local 271 shared_ptr<FileAccessHelper> helper; DeleteFuzzTest() local 288 shared_ptr<FileAccessHelper> helper; MoveFuzzTest() local 333 shared_ptr<FileAccessHelper> helper; RenameFuzzTest() local 361 shared_ptr<FileAccessHelper> helper; ListFileFuzzTest() local 383 shared_ptr<FileAccessHelper> helper; ScanFileFuzzTest() local [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | setting_provider.cpp | 137 auto helper = CreateDataShareHelper(); in RegisterObserver() local 156 auto helper = CreateDataShareHelper(); in UnregisterObserver() local 186 auto helper in GetStringValue() local 227 auto helper = CreateDataShareHelper(); PutStringValue() local 254 auto helper = DataShare::DataShareHelper::Creator(remoteObj_, SETTING_URI_PROXY, SETTINGS_DATA_EXT_URI); CreateDataShareHelper() local 262 ReleaseDataShareHelper(std::shared_ptr<DataShare::DataShareHelper>& helper) ReleaseDataShareHelper() argument [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmrvl_sdio.h | 96 const char *helper; member 109 const char *helper; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fb.c | 197 static int amdgpufb_create(struct drm_fb_helper *helper, in amdgpufb_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.h | 67 struct nfcmrvl_fw_binary_config helper; member
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack_helper.h | 72 struct nf_conntrack_helper __rcu *helper; member
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 113 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() argument 162 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fbcon.c | 308 nouveau_fbcon_create(struct drm_fb_helper *helper, struct drm_fb_helper_surface_size *sizes) nouveau_fbcon_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | fb.c | 20 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev() argument 182 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() local 204 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_fb.c | 46 struct drm_fb_helper helper; /* must be first */ member 211 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create() argument [all...] |
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_conntrack_helper.h | 72 struct nf_conntrack_helper __rcu *helper; member
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btmrvl_sdio.h | 82 const char *helper; member 95 const char *helper; member
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.h | 56 struct nfcmrvl_fw_binary_config helper; member
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | |
/third_party/libuv/test/ |
H A D | runner.c | 372 const task_entry_t* helper; in find_helpers() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_uniform_atomics.c | 256 nir_ssa_def *helper = nir_is_helper_invocation(b, 1); in optimize_and_rewrite_atomic() local
|
/third_party/node/deps/v8/src/base/ |
H A D | atomicops.h | 79 namespace helper { namespace 408 namespace helper { global() namespace [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 43 static inline bool need_interleave_path(struct u_transfer_helper *helper, in need_interleave_path() argument 58 struct u_transfer_helper *helper = prsc->screen->transfer_helper; in handle_transfer() local 102 struct u_transfer_helper *helper in u_transfer_helper_resource_create() local 152 struct u_transfer_helper *helper = pscreen->transfer_helper; u_transfer_helper_resource_destroy() local 249 struct u_transfer_helper *helper = pctx->screen->transfer_helper; u_transfer_helper_transfer_map() local 368 struct u_transfer_helper *helper = pctx->screen->transfer_helper; flush_region() local 490 struct u_transfer_helper *helper = pctx->screen->transfer_helper; u_transfer_helper_transfer_flush_region() local 520 struct u_transfer_helper *helper = pctx->screen->transfer_helper; u_transfer_helper_transfer_unmap() local 562 struct u_transfer_helper *helper = calloc(1, sizeof(*helper)); u_transfer_helper_create() local 575 u_transfer_helper_destroy(struct u_transfer_helper *helper) u_transfer_helper_destroy() argument 594 struct u_transfer_helper *helper = pctx->screen->transfer_helper; u_transfer_helper_deinterleave_transfer_map() local 695 struct u_transfer_helper *helper = pctx->screen->transfer_helper; u_transfer_helper_deinterleave_transfer_unmap() local [all...] |
/third_party/python/Lib/ |
H A D | contextlib.py | 288 def helper(*args, **kwds): function 321 def helper(*args, **kwds): function
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 841 mod helper; modules
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_datashare_helper.cpp | 133 std::shared_ptr<DataShare::DataShareHelper> helper = CreateContactDataShareHelper(CONTACT_URI); in QueryContact() local 175 bool AdvancedDatashareHelper::dealWithContactResult(std::shared_ptr<DataShare::DataShareHelper> helper, in dealWithContactResult() argument 218 std::shared_ptr<DataShare::DataShareHelper> helper in isRepeatCall() local [all...] |
/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | vibration_priority_manager.cpp | 122 auto helper = CreateDataShareHelper();
in GetStringValue() local 347 bool VibrationPriorityManager::ReleaseDataShareHelper(std::shared_ptr<DataShare::DataShareHelper> &helper)
in ReleaseDataShareHelper() argument 372 auto helper = CreateDataShareHelper(); RegisterObserver() local 398 auto helper = CreateDataShareHelper(); UnregisterObserver() local [all...] |
/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_handler.cpp | 193 auto helper = DelayedSingleton<SmsPersistHelper>::GetInstance(); in DeocdeCheckIsBlock() local
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 251 auto helper = CellularDataRdbHelper::GetInstance(); in CreateAllApnItemByDatabase() local 307 auto helper = CellularDataRdbHelper::GetInstance(); in CreateMvnoApnItems() local 502 auto helper = CellularDataRdbHelper::GetInstance(); ResetApns() local [all...] |