Home
last modified time | relevance | path

Searched defs:handle (Results 226 – 250 of 1443) sorted by relevance

12345678910>>...58

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dtask_manager.cpp98 …er::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, TaskGroupHandle& handle) in RegisterTaskGroup()
103 bool TaskManager::DeregisterTaskGroup(const std::string& name, TaskGroupHandle& handle) in DeregisterTaskGroup()
127 bool TaskManager::SubmitTask(TaskGroupHandle handle, std::any param) in SubmitTask()
157 TaskGroupHandle& handle) in RegisterTaskGroup()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/timer/
H A Dtimer_core.c185 uint32_t handle; in TimerIoOpen() local
216 uint32_t handle; in TimerIoClose() local
240 uint32_t handle; in TimerIoStart() local
263 uint32_t handle; in TimerIoStop() local
286 uint32_t handle = number + TIMER_HANDLE_SHIFT; in TimerIoCb() local
309 uint32_t handle; in TimerIoSet() local
339 uint32_t handle; in TimerIoSetOnce() local
370 uint32_t handle; in TimerIoGet() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp60 int handle; in AddDeathRecipientTest() local
90 int handle; in FlattenObjectTest() local
151 uint32_t handle; in GetStrongRefCountForStubTest() local
174 int handle; in SetRegistryObjectTest002() local
213 int handle; in TranslateIRemoteObjectTest002() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_register_observer_test.cpp203 KvDBObserverHandle* handle = g_singleVerNaturaStoreConnection->RegisterObserver( variable
234 KvDBObserverHandle* handle = g_singleVerNaturaStoreConnection->RegisterObserver( variable
258 KvDBObserverHandle* handle = g_singleVerNaturaStoreConnection->RegisterObserver( variable
282 KvDBObserverHandle* handle = g_singleVerNaturaStoreConnection->RegisterObserver( variable
306 KvDBObserverHandle* handle = g_singleVerNaturaStoreConnection->RegisterObserver( variable
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c111 int SASTORA_SaveHandleByPid(SAStore *saStore, PidHandle handle) in SASTORA_SaveHandleByPid()
150 int SASTORA_FindHandleByPid(SAStore *saStore, pid_t callingPid, PidHandle *handle) in SASTORA_FindHandleByPid()
173 …SASTORA_FindHandleByUidPid(SAStore *saStore, uid_t callingUid, pid_t callingPid, PidHandle *handle) in SASTORA_FindHandleByUidPid()
196 PidHandle SASTORA_FindPidHandleByIpcHandle(const SAStore *saStore, uint32 handle) in SASTORA_FindPidHandleByIpcHandle()
251 static void SASTORA_ClearServiceByHandle(SAStore *saStore, uint32 handle) in SASTORA_ClearServiceByHandle()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp78 int32_t handle = 0; variable
91 int32_t handle = 0; variable
263 uint32_t handle = 0; variable
277 uint32_t handle = 0; variable
318 uint32_t handle = 0; variable
331 uint32_t handle = 0; variable
346 uint32_t handle = 0; variable
362 uint32_t handle = 0; variable
382 uint32_t handle = 0; variable
395 uint32_t handle = 1; variable
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection_server.cpp48 int HfpAgRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection()
55 int HfpAgRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection_server.cpp48 int HfpHfRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection()
55 int HfpHfRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection()
/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_abort_session.cpp27 static int32_t HksCallAbortSession(struct HksBlob *handle, struct HksParamSet *paramSet) in HksCallAbortSession()
42 struct HksBlob handle = { 0, nullptr }; in abortSession() local
/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpExecTest.cpp52 auto handle = curl_easy_init(); variable
63 auto handle = curl_easy_init(); variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp23 #define ACE_CURL_EASY_SET_OPTION(handle, opt, data, respData) \ argument
35 #define ACE_CURL_EASY_PERFORM(handle, reqData, respData) \ argument
47 #define ACE_CURL_EASY_GET_INFO(handle, opt, data, respData) \ argument
85 std::unique_ptr<CURL, decltype(&curl_easy_cleanup)> handle(curl_easy_init(), curl_easy_cleanup); in Request() local
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp114 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose()
153 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus()
201 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead()
233 void NetServer::EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) in EchoAlloc()
H A Dnetserver.cpp113 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose()
152 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus()
200 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead()
232 void NetServer::EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) in EchoAlloc()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_map.c55 int32_t HashMapCreate(HashTab **handle) in HashMapCreate()
93 int32_t HashMapAdd(HashTab *handle, HashNode *node) in HashMapAdd()
112 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len) in HashMapGet()
138 void HashMapDestroy(HashTab *handle) in HashMapDestroy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp76 int SQLiteSingleVerStorageEngine::GetRemoveDataDevices(SQLiteSingleVerStorageExecutor *handle, cons… in GetRemoveDataDevices()
99 int SQLiteSingleVerStorageEngine::EraseDeviceWaterMark(SQLiteSingleVerStorageExecutor *&handle, in EraseDeviceWaterMark()
138 int SQLiteSingleVerStorageEngine::MigrateSyncDataByVersion(SQLiteSingleVerStorageExecutor *&handle, in MigrateSyncDataByVersion()
192 int SQLiteSingleVerStorageEngine::ReleaseHandleTransiently(SQLiteSingleVerStorageExecutor *&handle,… in ReleaseHandleTransiently()
220 …auto handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL… in AddSubscribeToMainDBInMigrate() local
243 int SQLiteSingleVerStorageEngine::MigrateSyncData(SQLiteSingleVerStorageExecutor *&handle, bool &is… in MigrateSyncData()
289 int SQLiteSingleVerStorageEngine::AttachMainDbAndCacheDb(SQLiteSingleVerStorageExecutor *handle, in AttachMainDbAndCacheDb()
352 int SQLiteSingleVerStorageEngine::ReleaseExecutor(SQLiteSingleVerStorageExecutor *&handle) in ReleaseExecutor()
368 int SQLiteSingleVerStorageEngine::FinishMigrateData(SQLiteSingleVerStorageExecutor *&handle, in FinishMigrateData()
426 int SQLiteSingleVerStorageEngine::InitExecuteMigrate(SQLiteSingleVerStorageExecutor *handle, in InitExecuteMigrate()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_if.c64 void MmcClose(DevHandle handle) in MmcClose()
73 bool MmcDevPresent(DevHandle handle) in MmcDevPresent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h63 bool BluetoothObserverMap<T>::Register(int handle, T observer) in Register()
101 void BluetoothObserverMap<T>::ForEach(const std::function<void(uint8_t, T)> &observer, int handle) in ForEach()
162 bool BluetoothObserverMap<T>::IsExistAdvertiserCallback(T observer, int &handle) in IsExistAdvertiserCallback()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp81 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable
105 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable
125 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable
149 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); variable
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.cpp95 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue()
128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel()
169 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor()
201 void ClearColorRect(const BufferHandle &handle, uint32_t color, const IRect &rect) in ClearColorRect()
212 std::vector<IRect> SplitBuffer(const BufferHandle &handle, std::vector<uint32_t> &colors) in SplitBuffer()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if_u.c144 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer()
200 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead()
210 int32_t SpiWrite(DevHandle handle, uint8_t *buf, uint32_t len) in SpiWrite()
220 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg()
267 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiGetCfg()
325 void SpiClose(DevHandle handle) in SpiClose()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs479 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable
486 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable
517 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable
523 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable
557 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_error() localVariable
563 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_error() localVariable
604 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_connect() localVariable
610 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_connect() localVariable
651 let handle = handles.pop().expect("No more handles !"); in ut_ssl_tunnel_resp_beyond_size() localVariable
657 let handle = ylong_runtime::spawn(async move { in ut_ssl_tunnel_resp_beyond_size() localVariable
/aosp14/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java391 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
401 public void onEscrowTokenStateReceived(long handle, @TokenState int tokenState) { in onEscrowTokenStateReceived()
411 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
588 public final void isEscrowTokenActive(long handle, UserHandle user) { in isEscrowTokenActive()
611 public final void removeEscrowToken(long handle, UserHandle user) { in removeEscrowToken()
633 public final void unlockUserWithToken(long handle, byte[] token, UserHandle user) { in unlockUserWithToken()
768 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
776 public void onTokenStateReceived(long handle, int tokenState) { in onTokenStateReceived()
783 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFuzzTest.cpp65 OH_AVMuxer* handle = muxerDemo->NativeCreate(fd, format); variable
94 OH_AVMuxer* handle = muxerDemo->NativeCreate(fd, format); variable
125 OH_AVMuxer* handle = muxerDemo->NativeCreate(fd, format); variable
174 OH_AVMuxer* handle = muxerDemo->NativeCreate(fd, format); variable
237 OH_AVMuxer* handle; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_three_stage_test_common.c42 static int32_t TestLessThanMaxSeg(const struct HksBlob *handle, const struct HksParamSet *paramSet, in TestLessThanMaxSeg()
77 int32_t HksTestUpdate(const struct HksBlob *handle, const struct HksParamSet *paramSet, const struc… in HksTestUpdate()
115 int32_t TestBatchUpdateLoopFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, in TestBatchUpdateLoopFinish()
171 int32_t TestUpdateLoopFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, in TestUpdateLoopFinish()
231 int32_t TestUpdateFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, in TestUpdateFinish()
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp58 uint64_t handle = 0; in ReleaseUsbInterface() local
226 UsbInterfaceHandle *handle = UsbOpenInterface(interface); in ClaimInterface() local
256 uint64_t handle = 0; in SelectInterfaceSetting() local
275 uint64_t handle = 0; in GetCurrentInterfaceSetting() local
294 uint64_t handle = 0; in SendControlReadRequest() local
348 uint64_t handle = 0; in SendControlWriteRequest() local
404 uint64_t handle = 0; in SendPipeRequest() local
453 uint64_t handle = 0; in SendPipeRequestWithAshmem() local

12345678910>>...58