| /third_party/pulseaudio/src/modules/ |
| H A D | module-filter-apply.c | 505 static pa_hook_result_t process(struct userdata *u, pa_object *o, bool is_sink_input, bool is_property_change) { in process() function
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| H A D | macro_checker_file.py | 283 def process(self): member in MacroCheckerFile
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| H A D | TestSuite.h | 116 ProcessHandle process; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-bit-set.hh | 455 void process (const Op& op, const hb_bit_set_t &other) in process() function
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uts46.cpp | 302 UTS46::process(const UnicodeString &src, in process() function in UTS46
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_i.h | 118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | hlr_auc_gw.c | 885 static int process(int s) in process() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_i.h | 118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_i.h | 36 void (*process)(struct eap_sm *sm, void *priv, member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | hlr_auc_gw.c | 885 static int process(int s) in process() function
|
| /foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
| H A D | ams_app_life_cycle_module_test.cpp | 158 GetAbilityInfo(const std::string& abilityIndex, const std::string& name, const std::string& process, const std::string& applicationName) const GetAbilityInfo() argument [all...] |
| /foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
| H A D | ability_info.h | 102 std::string process; member
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
| H A D | module_profile.cpp | 260 std::string process; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | ability_info.h | 128 std::string process; member 204 std::string process; member
|
| H A D | extension_ability_info.h | 170 std::string process; member
|
| H A D | application_info.h | 171 std::string process; member 250 std::string process; member
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | gt_bundle_manager_service.cpp | 1138 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 D | audio_service.cpp | 57 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 D | audio_manager_proxy.cpp | 659 sptr<IRemoteObject> process = reply.ReadRemoteObject(); in CreateAudioProcess() local
|
| /foundation/multimedia/media_lite/services/player_lite/impl/ |
| H A D | player_impl.cpp | 1007 AdapterStreamCallback *process = (AdapterStreamCallback*)arg; IdleBufferProcess() local [all...] |
| /foundation/systemabilitymgr/samgr/services/common/src/ |
| H A D | parse_util.cpp | 313 string process; in ParseJsonFile() local 625 string process; in ParseTrustConfig() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | cloud_data_test.cpp | 1563 int32_t process = 0; in HWTEST_F() local
|
| /third_party/elfutils/libdwfl/ |
| H A D | libdwflP.h | 125 Dwfl_Process *process; member 243 Dwfl_Process *process; member
|
| /third_party/libuv/src/win/ |
| H A D | process.c | 823 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...] |
| /third_party/libuv/test/ |
| H A D | test-spawn.c | 46 static uv_process_t process; variable 66 static void exit_cb(uv_process_t* process, in exit_cb() argument 77 static void fail_cb(uv_process_t* process, in fail_cb() argument 84 static void kill_cb(uv_process_t* process, in kill_cb() argument 117 detach_failure_cb(uv_process_t* process, int64_t exit_status, int term_signal) detach_failure_cb() argument 1607 exit_cb_unexpected(uv_process_t* process, int64_t exit_status, int term_signal) exit_cb_unexpected() argument [all...] |