Home
last modified time | relevance | path

Searched defs:handle (Results 276 – 300 of 1443) sorted by relevance

1...<<11121314151617181920>>...58

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp155 bool PropertyData::WLock(IPropertyHandle& handle) // no-copy direct-access (Locks the datahandle); in WLock()
168 PropertyData::PropertyOffset PropertyData::WLock(IPropertyHandle& handle, const string_view propert… in WLock()
180 bool PropertyData::WUnlock(const IPropertyHandle& handle) // (releases the datahandle lock, and rem… in WUnlock()
195 bool PropertyData::RLock(const IPropertyHandle& handle) // no-copy direct-access (Locks the datahan… in RLock()
208 PropertyData::PropertyOffset PropertyData::RLock(const IPropertyHandle& handle, const string_view p… in RLock()
220 bool PropertyData::RUnlock(const IPropertyHandle& handle) // (releases the datahandle lock, and rem… in RUnlock()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_global.cpp81 for (auto handle : toDispose) { in AsyncDisposer() local
87 void GlobalManager::Dispose(EcmaVM* vm, uintptr_t handle) in Dispose()
113 auto handle = BIT_CAST(value, Local<JSValueRef>); in ARKTS_CreateGlobal() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp27 void HfpAgDataConnection::DataConnectionCallback(uint16_t handle, uint32_t eventId, in DataConnectionCallback()
40 void HfpAgDataConnection::ProcessDataConnectionCallback(uint16_t handle, uint32_t eventId) in ProcessDataConnectionCallback()
171 void HfpAgDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp27 void HfpHfDataConnection::ProcessDataConnectionCallback(uint16_t handle, uint32_t eventId) in ProcessDataConnectionCallback()
59 void HfpHfDataConnection::DataConnectionCallback(uint16_t handle, uint32_t eventId, in DataConnectionCallback()
151 void HfpHfDataConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle()
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c84 static int BatchSavePersistParamBegin(PERSIST_SAVE_HANDLE *handle) in BatchSavePersistParamBegin()
99 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle, const char *name, const char *value) in BatchSavePersistParam()
107 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle) in BatchSavePersistParamEnd()
/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_update_finish_session.cpp33 static int32_t HksCallUpdateSession(struct HksBlob *handle, struct HksParamSet *paramSet, struct Hk… in HksCallUpdateSession()
45 static int32_t HksCallFinishSession(struct HksBlob *handle, struct HksParamSet *paramSet, struct Hk… in HksCallFinishSession()
78 struct HksBlob handle = { 0, nullptr }; in InnerUpdateFinishSession() local
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c174 static int32_t OsReapUrb(const struct UsbDeviceHandle *handle, struct Async **urb) in OsReapUrb()
217 struct UsbDeviceHandle *handle = NULL; in OsGetDeviceHandle() local
237 struct UsbDeviceHandle *handle = NULL; in OsCallocDeviceHandle() local
555 struct UsbDeviceHandle *handle = request->devHandle; in OsSubmitControlRequest() local
713 struct UsbDeviceHandle *handle = request->devHandle; in OsAllocIsoUrbs() local
1118 struct UsbDeviceHandle *handle = NULL; in AdapterOpenDevice() local
1152 static void AdapterCloseDevice(struct UsbDeviceHandle *handle) in AdapterCloseDevice()
1225 static int32_t AdapterSetConfiguration(struct UsbDeviceHandle *handle, int32_t activeConfig) in AdapterSetConfiguration()
1293 static int32_t AdapterResetDevice(const struct UsbDeviceHandle *handle) in AdapterResetDevice()
1300 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t length) in AdapterAllocRequest()
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs84 let handle = TcpHandle { localVariable
124 let handle = rx2.recv().expect("recv server handle failed !"); localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum_executor_impl.cpp95 MultiVerStorageExecutor *handle = GetCorrectHandleForUse(); in GetVacuumNeedRecordsByVersion() local
124 MultiVerStorageExecutor *handle = GetCorrectHandleForUse(); in GetShadowRecordsOfClearTypeRecord() local
152 MultiVerStorageExecutor *handle = GetCorrectHandleForUse(); in GetShadowRecordsOfNonClearTypeRecord() local
302 MultiVerStorageExecutor *handle = multiKvDB_->GetHandle(false, errCode, true); in GetCorrectHandleForUse() local
H A Dmulti_ver_natural_store.cpp525 auto handle = GetHandle(false, errCode); in GetMetaData() local
540 auto handle = GetHandle(true, errCode); in PutMetaData() local
564 auto handle = GetHandle(false, errCode); in IsCommitExisted() local
577 auto handle = GetHandle(false, errCode); in GetDeviceLatestCommit() local
591 auto handle = GetHandle(false, errCode); in GetCommitTree() local
604 auto handle = GetHandle(false, errCode); in GetCommitData() local
667 auto handle = GetHandle(true, errCode); in PutValueSlice() local
681 auto handle = GetHandle(true, errCode); in PutCommitData() local
695 auto handle = GetHandle(true, errCode); in MergeSyncCommit() local
783 auto handle = GetHandle(true, errCode); in Export() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/sensors/
H A DSensorService.java62 private static native void unregisterRuntimeSensorNative(long ptr, int handle); in unregisterRuntimeSensorNative()
63 private static native boolean sendRuntimeSensorEventNative(long ptr, int handle, int type, in sendRuntimeSensorEventNative()
103 int handle = registerRuntimeSensorNative(mPtr, deviceId, type, name, vendor, in createRuntimeSensor() local
111 public void removeRuntimeSensor(int handle) { in removeRuntimeSensor()
121 public boolean sendSensorEvent(int handle, int type, long timestampNanos, in sendSensorEvent()
H A DSensorManagerInternal.java69 public abstract void removeRuntimeSensor(int handle); in removeRuntimeSensor()
82 public abstract boolean sendSensorEvent(int handle, int type, long timestampNanos, in sendSensorEvent()
106 int onConfigurationChanged(int handle, boolean enabled, int samplingPeriodMicros, in onConfigurationChanged()
/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h177 uint32_t handle; member
185 uint32_t handle; member
194 uint32_t handle; member
213 uint32_t handle; member
235 uint32_t handle; member
245 uint32_t handle; member
263 uint32_t handle; member
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_render_utils.cpp30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel()
51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_stage_object_test/
H A Dcj_ability_stage_object_test.cpp73 funcs->ReleaseAbilityStage = [](int64_t handle) {}; in __anon9f314e060102()
74 funcs->AbilityStageOnCreate = [](int64_t handle) {}; in __anon9f314e060102()
75 funcs->AbilityStageOnAcceptWant = [](int64_t handle, OHOS::AAFwk::Want *want) -> char* { in __anon9f314e060102()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h109 RenderHandleReference handle; member
119 RenderHandleReference handle; member
133 RenderHandleReference handle; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs78 let handle = TcpHandle { localVariable
145 let handle = tx2.recv().expect("recv server handle failed !"); localVariable
242 let handle = TcpHandle { localVariable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp134 const RenderHandle handle = in Create() local
176 void RenderNodeGraphManager::Destroy(const RenderHandle handle) in Destroy()
303 void RenderNodeGraphManager::PendingDestroy(const RenderHandle handle) in PendingDestroy()
474 void RenderNodeGraphManager::DynamicRenderNodeOpImpl(const RenderHandle handle, const RenderNodeDes… in DynamicRenderNodeOpImpl()
496 const RenderHandleReference& handle, const RenderNodeDesc& renderNodeDesc) in PushBackRenderNode()
504const RenderHandleReference& handle, const RenderNodeDesc& renderNodeDesc, const string_view rende… in InsertBeforeRenderNode()
512const RenderHandleReference& handle, const RenderNodeDesc& renderNodeDesc, const string_view rende… in InsertAfterRenderNode()
519 void RenderNodeGraphManager::EraseRenderNode(const RenderHandleReference& handle, const string_view… in EraseRenderNode()
576 void RenderNodeGraphManager::SetRenderNodeGraphResources(const RenderHandleReference& handle, in SetRenderNodeGraphResources()
669 RenderNodeGraphNodeStore* RenderNodeGraphManager::Get(RenderHandle handle) in Get()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_operate_three_stage.c143 const struct HksBlob *handle, const struct HksBlob *token) in CoreInitPreCheck()
324 …HksCoreInit(const struct HksBlob *key, const struct HksParamSet *paramSet, struct HksBlob *handle, in HksCoreInit()
372 static int32_t GetParamsForUpdateAndFinish(const struct HksBlob *handle, uint64_t *sessionId, in GetParamsForUpdateAndFinish()
439 int32_t HksCoreUpdate(const struct HksBlob *handle, const struct HksParamSet *paramSet, in HksCoreUpdate()
492 int32_t HksCoreFinish(const struct HksBlob *handle, const struct HksParamSet *paramSet, const struc… in HksCoreFinish()
534 int32_t HksCoreAbort(const struct HksBlob *handle, const struct HksParamSet *paramSet) in HksCoreAbort()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_io_mgr.c59 static UsbFnRequestType GetReqType(struct UsbHandleMgr *handle, uint8_t pipe) in GetReqType()
78 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len) in UsbFnIoMgrRequestAlloc()
243 static int32_t HandleInit(struct UsbHandleMgr *handle, struct UsbFnInterfaceMgr *interfaceMgr) in HandleInit()
290 struct UsbHandleMgr *handle = UsbFnMemCalloc(sizeof(struct UsbHandleMgr)); in UsbFnIoMgrInterfaceOpen() local
308 int32_t UsbFnIoMgrInterfaceClose(struct UsbHandleMgr *handle) in UsbFnIoMgrInterfaceClose()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsec_clone_server.c60 void destroy_sec_clone_server(struct sec_clone_server *handle) in destroy_sec_clone_server()
98 void destroy_sec_clone_server(struct sec_clone_server *handle) in destroy_sec_clone_server()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java41 public VerifyHandle(byte[] handle) { in VerifyHandle()
69 public AuthToken(byte[] handle) { in AuthToken()
96 VerifyHandle handle = new VerifyHandle(currentPasswordHandle); in enroll() local
127 VerifyHandle handle = new VerifyHandle(enrolledPasswordHandle); in verifyChallenge() local
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerDuplicateModelHandlerTest.java115 int handle = mComponent.loadSoundModel(soundModel, mModelCallback); in loadSoundModel_doesNotThrow_afterDuplicateUuidHasBeenUnloaded() local
133 int handle = mComponent.loadSoundModel(soundModel, mModelCallback); in unloadSoundModel_triggersResourceCallback_afterDuplicateUuidRejected() local
193 int handle = mComponent.loadPhraseSoundModel(soundModel, mModelCallback); in loadPhraseSoundModel_doesNotThrow_afterDuplicateUuidHasBeenUnloaded() local
211 int handle = mComponent.loadPhraseSoundModel(soundModel, mModelCallback); in unloadSoundModel_triggersResourceCallback_afterDuplicateUuidRejectedPhrase() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_hkdf_derive_x25519_part2_test.cpp283 struct HksBlob handle = { sizeof(uint64_t), handleU }; variable
333 struct HksBlob handle = { sizeof(uint64_t), handleU }; variable
384 struct HksBlob handle = { sizeof(uint64_t), handleU }; variable
444 struct HksBlob handle = { sizeof(uint64_t), handleU }; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp42 inline void submit_impl(bool has_handle, ffrt_task_handle_t &handle, ffrt_function_header_t *f, in submit_impl()
73ffrt_task_handle_t &handle, const ffrt_deps_t *in_deps, const ffrt_deps_t *out_deps, task_attr_pri… in CreateDelayDeps()
286 ffrt_task_handle_t handle; variable
313 ffrt_task_handle_t handle = nullptr; variable

1...<<11121314151617181920>>...58