/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.cpp | 155 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 D | ark_interop_global.cpp | 81 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 D | hfp_ag_data_connection.cpp | 27 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 D | hfp_hf_data_connection.cpp | 27 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 D | param_persistadp.c | 84 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 D | hks_lite_api_update_finish_session.cpp | 33 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 D | liteos_adapter.c | 174 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 D | test_utils.rs | 84 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 D | multi_ver_vacuum_executor_impl.cpp | 95 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 D | multi_ver_natural_store.cpp | 525 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 D | SensorService.java | 62 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 D | SensorManagerInternal.java | 69 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 D | storage.h | 177 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 D | hdi_test_render_utils.cpp | 30 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 D | cj_ability_stage_object_test.cpp | 73 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 D | pipeline_layout_desc.h | 109 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 D | mod.rs | 78 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 D | render_node_graph_manager.cpp | 134 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() 504 …const RenderHandleReference& handle, const RenderNodeDesc& renderNodeDesc, const string_view rende… in InsertBeforeRenderNode() 512 …const 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 D | hks_core_service_key_operate_three_stage.c | 143 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 D | usbfn_io_mgr.c | 59 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 D | sec_clone_server.c | 60 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 D | FakeGateKeeperService.java | 41 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 D | SoundTriggerDuplicateModelHandlerTest.java | 115 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 D | hks_hkdf_derive_x25519_part2_test.cpp | 283 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 D | task.cpp | 42 inline void submit_impl(bool has_handle, ffrt_task_handle_t &handle, ffrt_function_header_t *f, in submit_impl() 73 …ffrt_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
|