Home
last modified time | relevance | path

Searched defs:process (Results 326 - 350 of 442) sorted by relevance

1...<<1112131415161718

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h170 std::string process; member
H A Dapplication_info.h171 std::string process; member
250 std::string process; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp1138 int32_t GtManagerService::ReportHceInstallCallback(uint8_t errCode, uint8_t installState, uint8_t process) in ReportHceInstallCallback() argument
1160 ReportHceUninstallCallback( uint8_t errCode, uint8_t installState, char *bundleName, uint8_t process) ReportHceUninstallCallback() argument
1181 ReportInstallCallback( uint8_t errCode, uint8_t installState, uint8_t process, InstallerCallback installerCallback) ReportInstallCallback() argument
1206 ReportUninstallCallback(uint8_t errCode, uint8_t installState, char *bundleName, uint8_t process, InstallerCallback installerCallback) ReportUninstallCallback() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp57 int32_t AudioService::OnProcessRelease(IAudioProcessStream *process, bool destoryAtOnce) in OnProcessRelease() argument
204 void AudioService::CheckFastSessionMuteState(uint32_t sessionId, sptr<AudioProcessInServer> process) in CheckFastSessionMuteState() argument
551 sptr<AudioProcessInServer> process = AudioProcessInServer::Create(config, this); GetAudioProcess() local
603 CheckInnerCapForProcess(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) CheckInnerCapForProcess() argument
631 LinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) LinkProcessToEndpoint() argument
657 UnlinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) UnlinkProcessToEndpoint() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp659 sptr<IRemoteObject> process = reply.ReadRemoteObject(); in CreateAudioProcess() local
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp1007 AdapterStreamCallback *process = (AdapterStreamCallback*)arg; IdleBufferProcess() local
[all...]
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp313 string process; in ParseJsonFile() local
625 string process; in ParseTrustConfig() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1563 int32_t process = 0; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c746 struct kfd_process *process; kfd_create_process() local
829 struct kfd_process *process; kfd_get_process() local
847 struct kfd_process *process; find_process_by_mm() local
1152 struct kfd_process *process; create_process() local
1685 kfd_reserved_mem_mmap(struct kfd_dev *dev, struct kfd_process *process, struct vm_area_struct *vma) kfd_reserved_mem_mmap() argument
[all...]
H A Dkfd_dbgmgr.h237 struct kfd_process *process; member
246 struct kfd_process *process; member
H A Dkfd_chardev.c111 struct kfd_process *process; in kfd_open() local
149 struct kfd_process *process = filep->private_data; kfd_release() local
1871 struct kfd_process *process; kfd_ioctl() local
1963 kfd_mmio_mmap(struct kfd_dev *dev, struct kfd_process *process, struct vm_area_struct *vma) kfd_mmio_mmap() argument
1998 struct kfd_process *process; kfd_mmap() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h224 s32 (*process)(struct fm10k_hw *, struct fm10k_mbx_info *); member
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvc.c1281 struct svc_process_info process; in svc_process_common() local
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c392 bool process = true; in hwmp_route_info_get() local
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice.c1443 static int io_subchannel_sch_event(struct subchannel *sch, int process) in io_subchannel_sch_event() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h224 s32 (*process)(struct fm10k_hw *, struct fm10k_mbx_info *); member
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec.h85 int (*process)(struct sec_ctx *ctx, struct sec_req *req); member
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c1173 # define process process_64 macro
1175 # define process process_32 macro
1178 void process(FILE *fp, int use_real_mode, int as_text, in process() function
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvc.c1299 struct svc_process_info process; in svc_process_common() local
/kernel/liteos_a/kernel/base/include/
H A Dlos_process_pri.h417 LosProcessCB *process = OS_PCB_FROM_TCB(taskCB); OsProcessUserIDGet() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice.c1434 static int io_subchannel_sch_event(struct subchannel *sch, int process) in io_subchannel_sch_event() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c398 bool process = true; in hwmp_route_info_get() local
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py162 def process(self): member in CoreCase
/third_party/elfutils/libdwfl/
H A DlibdwflP.h125 Dwfl_Process *process; member
243 Dwfl_Process *process; member
/third_party/libuv/src/win/
H A Dprocess.c823 uv_process_t* process = (uv_process_t*) data; in exit_wait_callback() local
909 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
1347 uv_process_kill(uv_process_t* process, int signum) uv_process_kill() argument
[all...]

Completed in 38 milliseconds

1...<<1112131415161718