/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | resource_handle.h | 52 inline uint64_t hash(const RenderHandle& handle) in hash() 95 inline constexpr bool IsValid(const RenderHandle handle) in IsValid() 101 inline constexpr RenderHandleType GetHandleType(const RenderHandle handle) in GetHandleType() 184 const RenderHandle handle, const IRenderReferenceCounter::Ptr& counter) noexcept in RenderHandleReference()
|
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/ |
H A D | i_network_message.cpp | 38 uint32_t INetworkMessage::GetIpAddressFromCurlHandle(std::string &ip, CURL *handle) in GetIpAddressFromCurlHandle() 51 uint32_t INetworkMessage::GetEffectiveUrlFromCurlHandle(std::string &effectiveUrl, CURL *handle) in GetEffectiveUrlFromCurlHandle() 64 uint32_t INetworkMessage::GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle) in GetHttpVersionFromCurlHandle() 75 uint32_t INetworkMessage::GetTimeInfoFromCurlHandle(TimeInfo &timeInfo, CURL *handle) in GetTimeInfoFromCurlHandle()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
H A D | task_manager.cpp | 98 …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/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 74 struct UsbDeviceHandle *handle = NULL; in OsGetDeviceHandle() local 94 struct UsbDeviceHandle *handle = NULL; in OsCallocDeviceHandle() local 107 static struct UsbDevice *OsAllocDevice(struct UsbSession *session, struct UsbDeviceHandle *handle) in OsAllocDevice() 378 static int32_t AdapterGetUsbSpeed(const struct UsbDeviceHandle *handle) in AdapterGetUsbSpeed() 937 struct UsbDeviceHandle *handle = NULL; in AdapterOpenDevice() local 979 static void AdapterCloseDevice(struct UsbDeviceHandle *handle) in AdapterCloseDevice() 1048 static int32_t AdapterGetConfiguration(const struct UsbDeviceHandle *handle, uint8_t *activeConfig) in AdapterGetConfiguration() 1068 static int32_t AdapterSetConfiguration(struct UsbDeviceHandle *handle, int32_t activeConfig) in AdapterSetConfiguration() 1230 static int32_t AdapterClearHalt(const struct UsbDeviceHandle *handle, unsigned int endPoint) in AdapterClearHalt() 1248 static int32_t AdapterResetDevice(const struct UsbDeviceHandle *handle) in AdapterResetDevice() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_if.c | 64 void MmcClose(DevHandle handle) in MmcClose() 73 bool MmcDevPresent(DevHandle handle) in MmcDevPresent()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request.cpp | 23 #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 D | net_server.cpp | 114 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 D | netserver.cpp | 113 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 D | selinux_map.c | 55 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/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/ |
H A D | binderinvoker_fuzzer.cpp | 60 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 D | distributeddb_storage_rd_register_observer_test.cpp | 203 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 D | sa_store.c | 111 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/drivers/hdf_core/framework/support/platform/src/timer/ |
H A D | timer_core.c | 185 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/bluetooth/frameworks/inner/include/ |
H A D | bluetooth_observer_map.h | 63 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/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_binder_databus_invoker_unittest.cpp | 78 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/multimodalinput/input/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 75 PluginManager::Plugin<IPlugin>::Plugin(IContext *context, void *handle) in Plugin() 113 void *handle = ::dlopen(libPath, RTLD_NOW); in LoadLibrary() local
|
/ohos5.0/base/msdp/device_status/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 79 PluginManager::Plugin<IPlugin>::Plugin(IContext *context, void *handle) in Plugin() 117 void *handle = ::dlopen(libPath, RTLD_NOW); in LoadLibrary() local
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_resolv_listen_test.cpp | 81 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/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_engine.cpp | 76 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/peripheral/display/composer/test/common/ |
H A D | display_test_utils.cpp | 95 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 D | spi_if_u.c | 144 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/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerFuzzTest.cpp | 65 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 D | hks_three_stage_test_common.c | 42 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/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 479 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
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection.h | 36 GattConnection(const GattDevice &device, uint16_t mtu, uint16_t handle) in GattConnection() 50 void SetHandle(uint16_t handle) in SetHandle()
|