/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | distributed_client_test.cpp | 59 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 75 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 90 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 112 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 132 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 147 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 167 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 185 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 204 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable 227 auto client = std::make_shared<OHOS::AAFwk::DistributedClient>(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_record_test/ |
H A D | data_ability_record_test.cpp | 93 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 406 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 426 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 447 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 470 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 515 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 535 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 556 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 579 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable 604 auto client = Token::GetAbilityRecordByToken(abilityRecord_->GetToken()); variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_client.c | 19 static int32_t CanClientAttach(struct CanClient *client, struct CanCntlr *cntlr) in CanClientAttach() 30 static int32_t CanClientDetach(struct CanClient *client) in CanClientDetach() 41 static int32_t CanClientCreate(struct CanCntlr *cntlr, struct CanClient **client) in CanClientCreate() 71 int32_t CanClientCreateByNumber(int32_t busNum, struct CanClient **client) in CanClientCreateByNumber() 91 void CanClientDestroy(struct CanClient *client) in CanClientDestroy() 104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg() 113 int32_t CanClientReadMsg(struct CanClient *client, struct CanMsg *msg, uint32_t tms) in CanClientReadMsg() 134 int32_t CanClientAddFilter(struct CanClient *client, const struct CanFilter *filter) in CanClientAddFilter() 152 int32_t CanClientSetCfg(struct CanClient *client, const struct CanConfig *cfg) in CanClientSetCfg() 161 int32_t CanClientGetCfg(struct CanClient *client, struct CanConfig *cfg) in CanClientGetCfg() [all …]
|
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_capi_unittest/ |
H A D | websocket_capi_unittest.cpp | 40 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) {} in OnOpen() 42 static void OnMessage(struct WebSocket *client, char *data, uint32_t length) {} in OnMessage() 44 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) {} in OnError() 46 static void OnClose(struct WebSocket *client, WebSocket_CloseResult closeResult) {} in OnClose() 51 struct WebSocket *client = new WebSocket(); variable 67 struct WebSocket *client = nullptr; variable 79 struct WebSocket *client = new WebSocket(); variable 89 struct WebSocket *client = nullptr; variable 99 struct WebSocket *client = nullptr; variable 110 struct WebSocket *client = new WebSocket(); variable
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | client.c | 40 static char *RpcClientReadMsg(RpcClient *client) in RpcClientReadMsg() 74 static void RpcClientDealReadMsg(RpcClient *client, char *buff) in RpcClientDealReadMsg() 118 RpcClient *client = (RpcClient *)arg; in RpcClientThreadDeal() local 146 RpcClient *client = (RpcClient *)calloc(1, sizeof(RpcClient)); in CreateRpcClient() local 185 void ReleaseRpcClient(RpcClient *client) in ReleaseRpcClient() 204 int RemoteCall(RpcClient *client) in RemoteCall() 235 void ReadClientEnd(RpcClient *client) in ReadClientEnd() 252 void LockRpcClient(RpcClient *client) in LockRpcClient() 267 void UnlockRpcClient(RpcClient *client) in UnlockRpcClient()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 72 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 97 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 119 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 141 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 167 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 189 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 228 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 250 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | mock_client.c | 39 RpcClient *client = (RpcClient *)calloc(1, sizeof(RpcClient)); in CreateRpcClient() local 47 void LockRpcClient(RpcClient *client) in LockRpcClient() 62 void ReleaseRpcClient(RpcClient *client) in ReleaseRpcClient() 81 int RemoteCall(RpcClient *client) in RemoteCall() 86 void ReadClientEnd(RpcClient *client) in ReadClientEnd() 103 void UnlockRpcClient(RpcClient *client) in UnlockRpcClient()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 104 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserDirs() local 119 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserDirs() local 134 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StartUser() local 150 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StopUser() local 166 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserSpace() local 182 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserSpace() local 198 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in InitGlobalKey() local 214 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in InitGlobalUserKeys() local 230 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in GenerateUserKeys() local 246 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DeleteUserKeys() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/extension_manager_client_test/ |
H A D | extension_manager_client_test.cpp | 53 auto client = std::make_shared<ExtensionManagerClient>(); variable 64 auto client = std::make_shared<ExtensionManagerClient>(); variable 74 auto client = std::make_shared<ExtensionManagerClient>(); variable 85 auto client = std::make_shared<ExtensionManagerClient>(); variable 97 auto client = std::make_shared<ExtensionManagerClient>(); variable 110 auto client = std::make_shared<ExtensionManagerClient>(); variable 124 auto client = std::make_shared<ExtensionManagerClient>(); variable 139 auto client = std::make_shared<ExtensionManagerClient>(); variable 153 auto client = std::make_shared<ExtensionManagerClient>(); variable 165 auto client = std::make_shared<ExtensionManagerClient>(); variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 44 sptr<IStorageManager> client = GetStorageManagerProxy(); in PrepareAddUser() local 55 sptr<IStorageManager> client = GetStorageManagerProxy(); in RemoveUser() local 66 sptr<IStorageManager> client = GetStorageManagerProxy(); in GenerateUserKeys() local 77 sptr<IStorageManager> client = GetStorageManagerProxy(); in DeleteUserKeys() local 91 sptr<IStorageManager> client = GetStorageManagerProxy(); in UpdateUserAuth() local 104 sptr<IStorageManager> client = GetStorageManagerProxy(); in ActiveUserKey() local 115 sptr<IStorageManager> client = GetStorageManagerProxy(); in InactiveUserKey() local 126 sptr<IStorageManager> client = GetStorageManagerProxy(); in UpdateKeyContext() local 137 sptr<IStorageManager> client = GetStorageManagerProxy(); in LockUserScreen() local 150 sptr<IStorageManager> client = GetStorageManagerProxy(); in UnlockUserScreen() local [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_p2p_iface.c | 46 RpcClient *client = GetP2pRpcClient(); in P2pStart() local 64 RpcClient *client = GetP2pRpcClient(); in P2pStop() local 82 RpcClient *client = GetP2pRpcClient(); in P2pSetRandomMac() local 101 RpcClient *client = GetP2pRpcClient(); in P2pSetDeviceName() local 120 RpcClient *client = GetP2pRpcClient(); in P2pSetSsidPostfixName() local 139 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsDeviceType() local 158 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsSecondaryDeviceType() local 177 RpcClient *client = GetP2pRpcClient(); in P2pSetWpsConfigMethods() local 196 RpcClient *client = GetP2pRpcClient(); in P2pGetDeviceAddress() local 220 RpcClient *client = GetP2pRpcClient(); in P2pFlush() local [all …]
|
H A D | i_wifi_sta_iface.c | 58 RpcClient *client = GetStaRpcClient(); in GetStaCapabilities() local 81 RpcClient *client = GetStaRpcClient(); in GetDeviceMacAddress() local 106 RpcClient *client = GetStaRpcClient(); in GetFrequencies() local 134 RpcClient *client = GetStaRpcClient(); in SetAssocMacAddr() local 155 RpcClient *client = GetStaRpcClient(); in SetScanningMacAddress() local 175 RpcClient *client = GetStaRpcClient(); in DeauthLastRoamingBssid() local 195 RpcClient *client = GetStaRpcClient(); in GetSupportFeature() local 216 RpcClient *client = GetStaRpcClient(); in RunCmd() local 238 RpcClient *client = GetStaRpcClient(); in SetWifiTxPower() local 257 RpcClient *client = GetStaRpcClient(); in RemoveNetwork() local [all …]
|
H A D | i_wifi_supplicant_iface.c | 42 RpcClient *client = GetSupplicantRpcClient(); in StartSupplicant() local 60 RpcClient *client = GetSupplicantRpcClient(); in StopSupplicant() local 78 RpcClient *client = GetSupplicantRpcClient(); in ConnectSupplicant() local 96 RpcClient *client = GetSupplicantRpcClient(); in DisconnectSupplicant() local 114 RpcClient *client = GetSupplicantRpcClient(); in RequestToSupplicant() local 138 RpcClient *client = GetSupplicantRpcClient(); in RegisterSupplicantEventCallback() local 172 RpcClient *client = GetStaRpcClient(); in Connect() local 191 RpcClient *client = GetStaRpcClient(); in Reconnect() local 209 RpcClient *client = GetStaRpcClient(); in Reassociate() local 227 RpcClient *client = GetStaRpcClient(); in Disconnect() local [all …]
|
H A D | i_wifi_chip.c | 43 RpcClient *client = GetChipRpcClient(); in GetChipId() local 66 RpcClient *client = GetChipRpcClient(); in CreateIface() local 94 RpcClient *client = GetChipRpcClient(); in GetIface() local 122 RpcClient *client = GetChipRpcClient(); in GetIfaceNames() local 147 RpcClient *client = GetChipRpcClient(); in RemoveIface() local 166 RpcClient *client = GetChipRpcClient(); in GetCapabilities() local 189 RpcClient *client = GetChipRpcClient(); in GetSupportedComboModes() local 220 RpcClient *client = GetChipRpcClient(); in ConfigComboModes() local 239 RpcClient *client = GetChipRpcClient(); in GetComboModes() local 269 RpcClient *client = GetChipRpcClient(); in RegisterEventCallback() local [all …]
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service_stub.cpp | 27 static int32_t SampleServiceStubPing(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct… in SampleServiceStubPing() 42 static int32_t SampleServiceStubSum(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct … in SampleServiceStubSum() 92 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubStructTrans() 116 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceStubBufferTrans() 140 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceRegisterDevice() 155 struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleServiceUnregisterDevice() 169 static int32_t SampleServiceUpdateDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceUpdateDevice() 182 static int32_t SampleServiceSmqTrans(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceSmqTrans() 203 static int32_t SampleServiceEndHost(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceEndHost() 212 static int32_t SampleServiceInjectPm(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleServiceInjectPm() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/ |
H A D | camera_dispatch.c | 80 static int32_t CameraOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraOpenCamera() 127 static int32_t CameraCmdOpenCamera(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struc… in CameraCmdOpenCamera() 152 static int32_t CameraCmdCloseCamera(const struct HdfDeviceIoClient *client, in CameraCmdCloseCamera() 182 static int32_t CameraCmdPowerUp(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdPowerUp() 286 static int32_t CameraCmdGetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdGetCrop() 302 static int32_t CameraCmdSetCrop(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdSetCrop() 318 static int32_t CameraCmdGetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdGetFPS() 334 static int32_t CameraCmdSetFPS(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct Hd… in CameraCmdSetFPS() 350 static int32_t CameraCmdEnumFmt(struct HdfDeviceIoClient *client, struct HdfSBuf *reqData, struct H… in CameraCmdEnumFmt() 446 static int32_t CameraCmdStreamDeQueue(struct HdfDeviceIoClient *client, in CameraCmdStreamDeQueue() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 75 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 100 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 122 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 144 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 169 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 191 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 218 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 257 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); variable 282 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockAppScheduler); variable
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_manage_interface_test.cpp | 82 auto &client = UsbSrvClient::GetInstance(); variable 97 auto &client = UsbSrvClient::GetInstance(); variable 112 auto &client = UsbSrvClient::GetInstance(); variable 126 auto &client = UsbSrvClient::GetInstance(); variable 150 auto &client = UsbSrvClient::GetInstance(); variable 173 auto &client = UsbSrvClient::GetInstance(); variable 195 auto &client = UsbSrvClient::GetInstance(); variable 220 auto &client = UsbSrvClient::GetInstance(); variable 245 auto &client = UsbSrvClient::GetInstance(); variable 264 auto &client = UsbSrvClient::GetInstance(); variable [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_stub_impl.cpp | 32 auto client = sptr<MediaDataShareStubImpl>(this); in GetFileTypes() local 46 auto client = sptr<MediaDataShareStubImpl>(this); in OpenFile() local 60 auto client = sptr<MediaDataShareStubImpl>(this); in OpenRawFile() local 74 auto client = sptr<MediaDataShareStubImpl>(this); in Insert() local 87 auto client = sptr<MediaDataShareStubImpl>(this); in InsertExt() local 101 auto client = sptr<MediaDataShareStubImpl>(this); in Update() local 114 auto client = sptr<MediaDataShareStubImpl>(this); in Delete() local 127 auto client = sptr<MediaDataShareStubImpl>(this); in Query() local 140 auto client = sptr<MediaDataShareStubImpl>(this); in GetType() local 155 auto client = sptr<MediaDataShareStubImpl>(this); in BatchInsert() local [all …]
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_stub_impl.cpp | 32 auto client = sptr<RingtoneDataShareStubImpl>(this); in GetFileTypes() local 46 auto client = sptr<RingtoneDataShareStubImpl>(this); in OpenFile() local 60 auto client = sptr<RingtoneDataShareStubImpl>(this); in OpenRawFile() local 74 auto client = sptr<RingtoneDataShareStubImpl>(this); in Insert() local 87 auto client = sptr<RingtoneDataShareStubImpl>(this); in InsertExt() local 101 auto client = sptr<RingtoneDataShareStubImpl>(this); in Update() local 114 auto client = sptr<RingtoneDataShareStubImpl>(this); in Delete() local 127 auto client = sptr<RingtoneDataShareStubImpl>(this); in Query() local 140 auto client = sptr<RingtoneDataShareStubImpl>(this); in GetType() local 155 auto client = sptr<RingtoneDataShareStubImpl>(this); in BatchInsert() local [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | async_utils.rs | 223 let client = ylong_http_client::async_impl::Client::builder() localVariable 228 let client = std::sync::Arc::new(client); localVariable 231 let client = std::sync::Arc::clone(&client); localVariable 281 let client = ylong_http_client::async_impl::Client::new(); localVariable 282 let client = std::sync::Arc::new(client); localVariable 285 let client = std::sync::Arc::clone(&client); localVariable
|
H A D | sync_utils.rs | 221 let client = ylong_http_client::sync_impl::Client::builder() localVariable 226 let client = std::sync::Arc::new(client); localVariable 229 let client = std::sync::Arc::clone(&client); localVariable 279 let client = ylong_http_client::sync_impl::Client::new(); localVariable 280 let client = Arc::new(client); localVariable 283 let client = std::sync::Arc::clone(&client); localVariable
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/ |
H A D | accessible_ability_channel_client_test.cpp | 128 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 174 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 205 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 237 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 267 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 297 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 327 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 371 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 418 std::shared_ptr<AccessibleAbilityChannelClient> client = variable 463 std::shared_ptr<AccessibleAbilityChannelClient> client = variable
|
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/ |
H A D | vibrator_agent.cpp | 74 auto &client = VibratorServiceClient::GetInstance(); in StartVibrator() local 92 auto &client = VibratorServiceClient::GetInstance(); in StartVibratorOnce() local 105 auto &client = VibratorServiceClient::GetInstance(); in IsSupportVibratorCustom() local 118 auto &client = VibratorServiceClient::GetInstance(); in PlayVibratorCustom() local 147 auto &client = VibratorServiceClient::GetInstance(); in StopVibrator() local 158 auto &client = VibratorServiceClient::GetInstance(); in Cancel() local 180 auto &client = VibratorServiceClient::GetInstance(); in IsHdHapticSupported() local 187 auto &client = VibratorServiceClient::GetInstance(); in IsSupportEffect() local 198 auto &client = VibratorServiceClient::GetInstance(); in PreProcess() local 209 auto &client = VibratorServiceClient::GetInstance(); in GetDelayTime() local [all …]
|
/ohos5.0/base/startup/appspawn/lite/ |
H A D | appspawn_process.c | 83 static int SetProcessName(struct AppSpawnContent *content, AppSpawnClient *client, in SetProcessName() 90 static int SetKeepCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetKeepCapabilities() 102 static int SetUidGid(struct AppSpawnContent *content, AppSpawnClient *client) in SetUidGid() 131 static int SetCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetCapabilities() 164 static void RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor() 186 int AppSpawnExecuteSpawningHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteSpawningHook() 208 int AppSpawnExecuteClearEnvHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteClearEnvHook() 213 int AppSpawnExecutePreReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePreReplyHook() 218 int AppSpawnExecutePostReplyHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecutePostReplyHook() 223 void AppSpawnEnvClear(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnEnvClear()
|