Home
last modified time | relevance | path

Searched refs:env (Results 4126 - 4150 of 5759) sorted by relevance

1...<<161162163164165166167168169170>>...231

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.h177 virtual void BindContext(napi_env env, napi_value obj, std::shared_ptr<AAFwk::Want> want);
178 void CreateJSContext(napi_env env, napi_value &contextObj,
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_listener.cpp102 ([jsMissionListener, methodName, missionId](napi_env env, NapiAsyncTask &task, int32_t status) { in CallJsMethod()
168 ([jsMissionListener, missionId, icon](napi_env env, NapiAsyncTask &task, int32_t status) { in OnMissionIconUpdated()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h103 static void UnmarshallingExec(napi_env env, void *data);
104 static void UnmarshallingComplete(napi_env env, napi_status status, void *data);
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dpixelmap_native.h618 * @param env Indicates the NAPI environment pointer.
626 Image_ErrorCode OH_PixelmapNative_ConvertPixelmapNativeToNapi(napi_env env, OH_PixelmapNative *pixelmapNative,
632 * @param env Indicates the NAPI environment pointer.
640 Image_ErrorCode OH_PixelmapNative_ConvertPixelmapNativeFromNapi(napi_env env, napi_value pixelmapNapi,
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp29 CooperateFree::CooperateFree(IStateMachine &parent, IContext *env) in CooperateFree() argument
30 : ICooperateState(parent), env_(env) in CooperateFree()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp37 InputEventBuilder::InputEventBuilder(IContext *env) in InputEventBuilder() argument
38 : env_(env) in InputEventBuilder()
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp85 void RootScene::LoadContent(const std::string& contentUrl, napi_env env, napi_value storage, in LoadContent() argument
92 uiContent_ = Ace::UIContent::Create(context, reinterpret_cast<NativeEngine*>(env)); in LoadContent()
/kernel/linux/linux-5.10/include/linux/
H A Dkobject.h32 #define UEVENT_NUM_ENVP 64 /* number of env pointers */
50 * kobject_uevent_env(kobj, KOBJ_CHANGE, env) with additional event
160 struct kobj_uevent_env *env);
245 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
/kernel/linux/linux-6.6/drivers/base/
H A Dauxiliary.c188 static int auxiliary_uevent(const struct device *dev, struct kobj_uevent_env *env) in auxiliary_uevent() argument
195 return add_uevent_var(env, "MODALIAS=%s%.*s", AUXILIARY_MODULE_PREFIX, in auxiliary_uevent()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dbus_type.c62 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env) in sdw_slave_uevent() argument
69 if (add_uevent_var(env, "MODALIAS=%s", modalias)) in sdw_slave_uevent()
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Dbus.c62 static int ffa_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in ffa_device_uevent() argument
66 return add_uevent_var(env, "MODALIAS=arm_ffa:%04x:%pUb", in ffa_device_uevent()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c164 static int dp_aux_ep_dev_modalias(const struct device *dev, struct kobj_uevent_env *env) in dp_aux_ep_dev_modalias() argument
166 return of_device_uevent_modalias(dev, env); in dp_aux_ep_dev_modalias()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlog_buf.c86 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
127 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c73 if (env.producer_cnt != 1) { in validate()
77 if (env.consumer_cnt != 0) { in validate()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_transform_test.cpp26 static napi_value TestStackTransform001(napi_env env, napi_callback_info info) in TestStackTransform001() argument
58 static napi_value TestStackTransform002(napi_env env, napi_callback_info info) in TestStackTransform002() argument
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Denvironment_callback.h59 explicit JsEnvironmentCallback(napi_env env);
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_ability_first_frame_state_observer.h58 void Init(napi_env env);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.h28 static void DestructorInterceptor(void* env, void* controller, void* data) {} in DestructorInterceptor() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_data.h32 napi_env env = nullptr; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h30 BundleStatusCallback(napi_env env, napi_ref addedCallback, napi_ref updatedCallback, napi_ref removeCallback);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_func_arg.h59 NFuncArg(napi_env env, napi_callback_info info);
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dkey_session_callback_napi.h31 explicit MediaKeySessionCallbackNapi(napi_env env);
H A Dmedia_key_system_callback_napi.h29 explicit MediaKeySystemCallbackNapi(napi_env env);
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_callback_napi.h36 explicit SoundPoolCallBackNapi(napi_env env);
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_callback_napi.h37 explicit RecorderCallbackNapi(napi_env env, bool isVideo);

Completed in 15 milliseconds

1...<<161162163164165166167168169170>>...231