Home
last modified time | relevance | path

Searched defs:handle (Results 476 - 500 of 4411) sorted by relevance

1...<<11121314151617181920>>...177

/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() argument
98 destroy_sec_clone_server(struct sec_clone_server *handle) destroy_sec_clone_server() argument
[all...]
/base/security/device_security_level/services/sa/standard/
H A Ddslm_service.cpp93 auto *handle = dlopen(PLUGIN_SO_PATH, RTLD_NOW); in ProcessLoadPlugin() local
/base/security/huks/interfaces/kits/liteapi/include/
H A Dhks_lite_api_common.h44 struct HksBlob *handle; member
/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_keyblob.h48 uint64_t handle; member
/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp45 static int GetSlot(BShellHandle handle, int32_t argc, char *argv[]) in GetSlot() argument
62 static int GetSuffix(BShellHandle handle, int32_t argc, char *argv[]) in GetSuffix() argument
83 static int SetActiveSlot(BShellHandle handle, int32_t argc, char *argv[]) in SetActiveSlot() argument
105 static int SetUnbootSlot(BShellHandle handle, int32_t argc, char *argv[]) in SetUnbootSlot() argument
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h42 HashTab *handle; member
/base/sensors/miscdevice/frameworks/native/vibrator/include/
H A Dvibrator_service_client.h34 void *handle; member
/base/security/selinux_adapter/test/unittest/parameter_static/
H A Dunit_test.cpp94 HashTab *handle = nullptr; in HWTEST_F() local
107 HashTab *handle = nullptr; in HWTEST_F() local
120 HashTab *handle = nullptr; HWTEST_F() local
154 HashTab *handle = nullptr; HWTEST_F() local
168 HashTab *handle = nullptr; HWTEST_F() local
186 HashTab *handle = nullptr; HWTEST_F() local
[all...]
/base/security/security_component_manager/frameworks/inner_api/enhance_kits/test/unittest/src/
H A Dsec_comp_enhance_test.cpp38 void *handle = dlopen(ENHANCE_INPUT_INTERFACE_LIB.c_str(), RTLD_LAZY); in SetUpTestCase() local
/foundation/ai/ai_engine/services/common/platform/dl_operation/source/
H A Daie_dl_operation.cpp62 void *AieDlsym(void *handle, const char *funName) in AieDlsym() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dauto_fill_extension_module_loader_test.cpp52 void* handle = dlopen("/system/lib/extensionability/libauto_fill_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
H A Daction_extension_module_loader_test.cpp52 void* handle = dlopen("/system/lib/extensionability/libaction_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
H A Dform_extension_module_loader_test.cpp63 void *handle = dlopen(FORM_EXTENSION_MODULE_LIB_PATH, RTLD_LAZY); in HWTEST_F() local
H A Dembedded_ui_extension_module_loader_test.cpp52 void* handle = dlopen("/system/lib/extensionability/libembedded_ui_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
H A Dservice_extension_module_loader_test.cpp60 void* handle = dlopen("/system/lib/extensionability/libservice_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.h53 void HandleCameraEvents(bool handle) in HandleCameraEvents() argument
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp28 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in InitAceModule() local
54 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in InitAceModuleCard() local
77 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in ReloadAceModuleCard() local
104 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); InitAceModuleWorker() local
[all...]
H A Dui_content.cpp41 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in CreateUIContent() local
58 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in CreateUIContent() local
79 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in CreateUIContent() local
131 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); GetUIContent() local
148 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); GetCurrentUIStackInfo() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp35 GattService::GattService(const UUID &uuid, uint16_t handle, uint16_t endHandle, const GattServiceType type) in GattService() argument
H A Dbluetooth_gatt_descriptor.cpp30 GattDescriptor::GattDescriptor(const UUID uuid, uint16_t handle, const int permissions) in GattDescriptor() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection.h36 GattConnection(const GattDevice &device, uint16_t mtu, uint16_t handle) in GattConnection() argument
50 void SetHandle(uint16_t handle) in SetHandle() argument
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h63 bool BluetoothObserverMap<T>::Register(int handle, T observer) in Register() argument
101 void BluetoothObserverMap<T>::ForEach(const std::function<void(uint8_t, T)> &observer, int handle) in ForEach() argument
162 bool BluetoothObserverMap<T>::IsExistAdvertiserCallback(T observer, int &handle) in IsExistAdvertiserCallback() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.cpp39 Descriptor::Descriptor(const Uuid &uuid, uint16_t handle, int permissions, const uint8_t *value, size_t length) in Descriptor() argument
63 Descriptor::Descriptor(uint16_t handle, const uint8_t *value, size_t length) in Descriptor() argument
84 Characteristic::Characteristic(uint16_t handle, const uint8_t *value, size_t length) in Characteristic() argument
70 Characteristic( const Uuid& uuid, uint16_t handle, int properties, int permissions, const uint8_t *value, size_t length) Characteristic() argument
[all...]
/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp44 BufferHandle *handle = static_cast<BufferHandle *>(malloc(handleSize)); in AllocateBufferHandle() local
64 int32_t FreeBufferHandle(BufferHandle *handle) in FreeBufferHandle() argument
86 WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle) WriteBufferHandle() argument
129 BufferHandle *handle = AllocateBufferHandle(reserveFds, reserveInts); ReadBufferHandle() local
[all...]
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp51 BufferHandle *handle = AllocateBufferHandle(buffer_handle_reserve_max_size, buffer_handle_reserve_max_size); in HWTEST_F() local
92 BufferHandle *handle = AllocateBufferHandle(buffer_handle_reserve_max_size, buffer_handle_reserve_max_size); in HWTEST_F() local
110 BufferHandle *handle = AllocateBufferHandle(testsize, testsize); in HWTEST_F() local
129 BufferHandle *handle = AllocateBufferHandle(buffer_handle_reserve_max_size, buffer_handle_reserve_max_size); HWTEST_F() local
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...177