| /base/security/huks/interfaces/kits/napi/src/v8/ |
| H A D | huks_napi_init.cpp | 43 struct HksBlob *handle = nullptr; member [all...] |
| /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 }; in HWTEST_F() local 333 struct HksBlob handle = { sizeof(uint64_t), handleU }; in HWTEST_F() local 384 struct HksBlob handle = { sizeof(uint64_t), handleU }; in HWTEST_F() local 444 struct HksBlob handle = { sizeof(uint64_t), handleU }; HWTEST_F() local [all...] |
| /base/startup/init/services/loopevent/task/ |
| H A D | le_streamtask.c | 92 static LE_STATUS HandleStreamEvent_(const LoopHandle loopHandle, const TaskHandle handle, uint32_t oper)
in HandleStreamEvent_() argument 113 static LE_STATUS HandleClientEvent_(const LoopHandle loopHandle, const TaskHandle handle, uint32_t oper)
in HandleClientEvent_() argument [all...] |
| H A D | le_task.c | 151 void LE_FreeBuffer(const LoopHandle loop, const TaskHandle taskHandle, const BufferHandle handle)
in LE_FreeBuffer() argument 156 uint8_t *LE_GetBufferInfo(const BufferHandle handle, uint32_t *dataSize, uint32_t *buffSize)
in LE_GetBufferInfo() argument 205 void *LE_GetUserData(TaskHandle handle)
in LE_GetUserData() argument 212 int32_t LE_GetSendResult(const BufferHandle handle)
in LE_GetSendResult() argument [all...] |
| H A D | le_asynctask.c | 136 BufferHandle handle = LE_CreateBuffer(loopHandle, buffLen + 1 + sizeof(eventId));
in LE_StartAsyncEvent() local
|
| /base/startup/init/services/param/adapter/ |
| H A D | param_persistadp.c | 229 static int BatchSavePersistParamBegin(PERSIST_SAVE_HANDLE *handle)
in BatchSavePersistParamBegin() argument 260 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle[], const char *name, const char *value)
in BatchSavePersistParam() argument 273 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle[])
in BatchSavePersistParamEnd() argument
|
| /base/startup/init/services/utils/ |
| H A D | init_hashmap.c | 30 int32_t OH_HashMapCreate(HashMapHandle *handle, const HashInfo *info)
in OH_HashMapCreate() argument 76 int32_t OH_HashMapAdd(HashMapHandle handle, HashNode *node)
in OH_HashMapAdd() argument 97 void OH_HashMapRemove(HashMapHandle handle, const void *key)
in OH_HashMapRemove() argument 123 OH_HashMapGet(HashMapHandle handle, const void *key) OH_HashMapGet() argument 150 OH_HashMapDestory(HashMapHandle handle, void *context) OH_HashMapDestory() argument 160 OH_HashMapFind(HashMapHandle handle, int hashCode, const void *key, HashKeyCompare keyCompare) OH_HashMapFind() argument 171 OH_HashMapTraverse(HashMapHandle handle, void (*hashNodeTraverse)(const HashNode *node, const void *context), const void *context) OH_HashMapTraverse() argument 186 OH_HashMapIsEmpty(HashMapHandle handle) OH_HashMapIsEmpty() argument [all...] |
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| H A D | hks_ecdh_agree_test_common.cpp | 32 struct HksBlob handle = { sizeof(uint64_t), handleU }; in HksEcdhAgreeFinish() local 59 struct HksBlob handle = { sizeof(uint64_t), handleU }; in HksEcdhAgreeAbort() local
|
| /base/startup/init/services/param/manager/ |
| H A D | param_persist.c | 102 PERSIST_SAVE_HANDLE handle;
in BatchSavePersistParam() local 110 PERSIST_SAVE_HANDLE handle[PERSIST_HANDLE_MAX] = { NULL, NULL };
in BatchSavePersistParam() local
|
| /base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/ |
| H A D | appspawnclient_fuzzer.cpp | 24 AppSpawnClientHandle handle = nullptr; in FuzzAppSpawnClientInit() local 31 AppSpawnClientHandle handle = nullptr; in FuzzAppSpawnClientDestroy() local 41 AppSpawnClientHandle handle = nullptr; in FuzzAppSpawnReqMsgCreate() local 56 AppSpawnClientHandle handle = nullptr; in FuzzAppSpawnReqMsgAddStringInfo() local 72 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnTerminateMsgCreate() local 89 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnClientSendMsg() local 105 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgFree() local 120 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetBundleInfo() local 138 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppFlag() local 155 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppDacInfo() local 172 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppDomainInfo() local 190 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppInternetPermissionInfo() local 208 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppAccessToken() local 225 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgSetAppOwnerId() local 242 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgAddPermission() local 259 AppSpawnClientHandle handle = nullptr; FuzzAppSpawnReqMsgAddExtInfo() local [all...] |
| /base/telephony/cellular_call/services/connection/src/ |
| H A D | cellular_call_connection_cs.cpp | 34 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in DialRequest() local 57 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HangUpRequest() local 78 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); AnswerRequest() local 99 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); RejectRequest() local 117 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); HoldRequest() local 133 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); UnHoldCallRequest() local 149 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); SwitchCallRequest() local 165 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); CombineConferenceRequest() local 181 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); SeparateConferenceRequest() local 197 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); CallSupplementRequest() local 219 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); SendDtmfRequest() local 235 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); StartDtmfRequest() local 251 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); StopDtmfRequest() local 267 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); GetCsCallsDataRequest() local 286 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); GetCallFailReasonRequest() local [all...] |
| /base/telephony/cellular_call/services/utils/src/ |
| H A D | config_request.cpp | 37 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetDomainPreferenceModeRequest() local 59 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetDomainPreferenceModeRequest() local 80 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetVoNRSwitchStatusRequest() local 162 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); SetMuteRequest() local 183 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); GetMuteRequest() local 194 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); GetEmergencyCallListRequest() local 206 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); SetEmergencyCallListRequest() local [all...] |
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | ims_connection_test.cpp | 342 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HWTEST_F() local 359 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HWTEST_F() local 376 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HWTEST_F() local 392 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HWTEST_F() local
|
| /base/update/updateservice/frameworks/js/napi/update/src/ |
| H A D | session_manager.cpp | 124 void SessionManager::Unsubscribe(const EventClassifyInfo &eventClassifyInfo, napi_value handle) in Unsubscribe() argument
|
| /base/web/webview/ohos_adapter/graphic_adapter/src/ |
| H A D | native_image_adapter_impl.cpp | 172 BufferHandle *handle = OH_NativeWindow_GetBufferHandleFromNative(static_cast<OHNativeWindowBuffer*>(windowBuffer)); in GetNativeWindowBufferSize() local
|
| /foundation/ability/form_fwk/test/mock/src/ |
| H A D | mock_message_parcel.cpp | 49 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject> &object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | inner_navigation_controller.cpp | 53 void InnerNavigationController::SetInPIPMode(int32_t handle) in SetInPIPMode() argument 105 void InnerNavigationController::PushInPIP(int32_t handle) in PushInPIP() argument 152 void InnerNavigationController::DeletePIPMode(int32_t handle) in DeletePIPMode() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_utils.h | 119 auto handle = panda::CopyableGlobal<panda::ArrayRef>(vm, arg); in ParseArray() local
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_adapter_impl.cpp | 34 void OH_ArkUI_NodeAdapter_Dispose(ArkUI_NodeAdapterHandle handle) in OH_ArkUI_NodeAdapter_Dispose() argument 42 int32_t OH_ArkUI_NodeAdapter_SetTotalNodeCount(ArkUI_NodeAdapterHandle handle, uint32_t size) in OH_ArkUI_NodeAdapter_SetTotalNodeCount() argument 50 uint32_t OH_ArkUI_NodeAdapter_GetTotalNodeCount(ArkUI_NodeAdapterHandle handle) in OH_ArkUI_NodeAdapter_GetTotalNodeCount() argument 59 OH_ArkUI_NodeAdapter_RegisterEventReceiver( ArkUI_NodeAdapterHandle handle, void* userData, void (*receiver)(ArkUI_NodeAdapterEvent* event)) OH_ArkUI_NodeAdapter_RegisterEventReceiver() argument 69 OH_ArkUI_NodeAdapter_UnregisterEventReceiver(ArkUI_NodeAdapterHandle handle) OH_ArkUI_NodeAdapter_UnregisterEventReceiver() argument 77 OH_ArkUI_NodeAdapter_ReloadAllItems(ArkUI_NodeAdapterHandle handle) OH_ArkUI_NodeAdapter_ReloadAllItems() argument 85 OH_ArkUI_NodeAdapter_ReloadItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_ReloadItem() argument 95 OH_ArkUI_NodeAdapter_RemoveItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_RemoveItem() argument 105 OH_ArkUI_NodeAdapter_InsertItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_InsertItem() argument 115 OH_ArkUI_NodeAdapter_MoveItem(ArkUI_NodeAdapterHandle handle, uint32_t from, uint32_t to) OH_ArkUI_NodeAdapter_MoveItem() argument 123 OH_ArkUI_NodeAdapter_GetAllItems(ArkUI_NodeAdapterHandle handle, ArkUI_NodeHandle** items, uint32_t* size) OH_ArkUI_NodeAdapter_GetAllItems() argument 186 OH_ArkUI_NodeAdapterEvent_SetItem(ArkUI_NodeAdapterEvent* event, ArkUI_NodeHandle handle) OH_ArkUI_NodeAdapterEvent_SetItem() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
| H A D | rich_editor_drag_overlay_modifier.h | 64 void SetFirstHandle(const RectF& handle) in SetFirstHandle() argument 70 void SetSecondHandle(const RectF& handle) in SetSecondHandle() argument
|
| /foundation/arkui/napi/module_manager/test/mock/src/ |
| H A D | mock_native_module_manager.cpp | 38 void MockLoadModuleLibrary(LIBHANDLE handle) in MockLoadModuleLibrary() argument
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | node_animate_test.cpp | 337 auto handle = animateAPI->createAnimator(&context, animatorOption); in HWTEST_F() local
|
| /foundation/arkui/napi/sample/native_module_netserver/ |
| H A D | net_server.cpp | 114 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose() argument 153 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, NetServer* that) in TakeDiffactionsByStatus() argument 201 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead() argument 233 EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) EchoAlloc() argument [all...] |
| H A D | netserver.cpp | 113 void NetServer::OnServerClose(uv_handle_t* handle) in OnServerClose() argument 152 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, NetServer* that) in TakeDiffactionsByStatus() argument 200 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead() argument 232 EchoAlloc(uv_handle_t* handle, size_t suggestedSize, uv_buf_t* buf) EchoAlloc() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_client_profile_callback.h | 61 virtual void OnWriteCharacteristicValueEvent(int reqId, uint16_t connectHandle, uint16_t handle, int result) {}; in OnWriteCharacteristicValueEvent() argument 66 virtual void OnReadDescriptorValueEvent(int reqId, uint16_t handle, GattValue &value, size_t len, int result) {}; in OnReadDescriptorValueEvent() argument 67 virtual void OnWriteDescriptorValueEvent(int reqId, uint16_t connectHandle, uint16_t handle, int result) {}; in OnWriteDescriptorValueEvent() argument 59 OnReadCharacteristicValueEvent( int reqId, uint16_t handle, GattValue &value, size_t len, int result) OnReadCharacteristicValueEvent() argument 62 OnWriteLongCharacteristicValueEvent( int reqId, uint16_t connectHandle, uint16_t handle, int result) OnWriteLongCharacteristicValueEvent() argument 64 OnWriteLongValueOverageDataEvent( int reqId, uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len) OnWriteLongValueOverageDataEvent() argument 68 OnCharacteristicNotifyEvent( uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len, bool needConfirm) OnCharacteristicNotifyEvent() argument 70 OnReliableWriteCharacteristicValueEvent( int reqId, uint16_t handle, GattValue &value, size_t len, int result) OnReliableWriteCharacteristicValueEvent() argument
|