Home
last modified time | relevance | path

Searched defs:handle (Results 176 - 200 of 2266) sorted by relevance

12345678910>>...91

/base/security/security_guard/test/unittest/model_manager/include/
H A Dmodel_attrs.h40 void SetHandle(void *handle) { handle_ = handle; }; in SetHandle() argument
/base/startup/init/services/begetctl/
H A Dmain.c62 BShellHandle handle = GetShellHandle(); in main() local
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_init_session.cpp56 struct HksBlob handle = { 0, nullptr }; in initSession() local
27 HksCallInitSession(const struct HksBlob *aliasBlob, struct HksParamSet *paramSet, struct HksBlob *handle) HksCallInitSession() argument
[all...]
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksupdate_fuzzer/
H A Dhksupdate_fuzzer.cpp37 struct HksBlob handle = { sizeof(uint64_t), ReadData<uint8_t *>(data, size, sizeof(uint64_t)) }; in DoSomethingInterestingWithMyAPI() local
/base/startup/init/test/fuzztest/systemtraversalparameter_fuzzer/
H A Dsystemtraversalparameter_fuzzer.cpp25 static void FakeShowParam(ParamHandle handle, void *cookie) in FakeShowParam() argument
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksinit_fuzzer/
H A Dhksinit_fuzzer.cpp39 struct HksBlob handle = { sizeof(uint64_t), ReadData<uint8_t *>(data, size, sizeof(uint64_t)) }; in DoSomethingInterestingWithMyAPI() local
/base/startup/init/interfaces/innerkits/include/
H A Dmodulemgr.h136 void *handle; /* module handler */ member
/base/telephony/sms_mms/services/sms/
H A Dims_reg_state_callback_stub.cpp24 ImsRegStateCallbackStub::ImsRegStateCallbackStub(const std::shared_ptr<AppExecFwk::EventHandler> handle) in ImsRegStateCallbackStub() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_module_loader.cpp54 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetExtensionModuleLoader() local
/foundation/ability/ability_runtime/test/unittest/dynamic_loader_ohos_test/
H A Ddynamic_loader_ohos_test.cpp76 auto handle = DynamicLoadLibrary(&ns, "test_library.so", RTLD_LAZY); in HWTEST_F() local
/foundation/ai/ai_engine/test/common/dl_operation/
H A Ddl_operation_test.cpp56 void *handle = AieDlopen(TEST_SO_PATH); in HWTEST_F() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.cpp26 void LoadFunction(void* handle, const char* name, T* nnrtFunction) in LoadFunction() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp29 void LoadFunction(void* handle, const char* name, T* nnrtFunction) in LoadFunction() argument
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_module_loader_test.cpp52 void *handle = dlopen("/system/lib/extensionability/libphoto_editor_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Dcj_ability_stage_object.cpp53 auto handle = g_cjAbilityStageFuncs->LoadAbilityStage(moduleName.c_str()); in LoadModule() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H A Dcj_utils.cpp31 LIBHANDLE handle = LOADLIB(CJ_FRONTEND_LIB_NAME); in LoadCjFrontend() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine_loader.cpp67 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetJsEngineLoader() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.h58 virtual void SetInPIPMode(int32_t handle) {}; in SetInPIPMode() argument
68 PushInPIP(int32_t handle) PushInPIP() argument
73 DeletePIPMode(int32_t handle) DeletePIPMode() argument
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dcj_lambda.h71 auto handle = OHOS::FFI::RemoteData::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback)); in Create() local
90 auto handle = OHOS::FFI::RemoteData::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback)); in Create() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnavigation_controller_test.cpp69 int32_t handle = 1; in HWTEST_F() local
95 int32_t handle = 1; in HWTEST_F() local
108 int32_t handle = 1; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection_server.cpp48 int HfpAgRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection() argument
55 int HfpAgRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection() argument
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_tunnel_handle.cpp28 GraphicExtDataHandle *handle = static_cast<GraphicExtDataHandle *>(malloc(handleSize)); in AllocExtDataHandle() local
47 void FreeExtDataHandle(GraphicExtDataHandle *handle) in FreeExtDataHandle() argument
72 SetHandle(const GraphicExtDataHandle *handle) SetHandle() argument
98 Different(const sptr<SurfaceTunnelHandle> &handle) Different() argument
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dvideo_codec_loader.cpp31 void *handle = dlopen(libPath_, RTLD_LAZY); in Init() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp36 void CopyGpuResource(const IDevice& device, const GpuResourceManager& gpuResourceMgr, const RenderHandle handle, in CopyGpuResource() argument
H A Dgpu_resource_handle_util.cpp83 RenderHandle handle = CreateHandle(type, index, generationIndex); in CreateHandle() local

Completed in 8 milliseconds

12345678910>>...91