Home
last modified time | relevance | path

Searched defs:obj (Results 501 – 525 of 1053) sorted by relevance

1...<<21222324252627282930>>...43

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp245 if (auto obj = interface_pointer_cast<IObject>(weak)) { in ExportPointer() local
259 if (auto obj = interface_pointer_cast<IObject>(intf)) { in ExportPointer() local
350 if (auto obj = interface_cast<IObjectInstance>(p)) { in ExportWeakPtr() local
/ohos5.0/drivers/external_device_manager/services/native/driver_extension/src/
H A Djs_driver_extension.cpp159 napi_value obj = jsObj_->GetNapiValue(); in Init() local
164 void JsDriverExtension::BindContext(napi_env env, napi_value obj) in BindContext()
320 napi_value obj = jsObj_->GetNapiValue(); in CallObjectMethod() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_if.c23 struct PcieCntlr *obj = NULL; in PcieCntlrObjGet() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c33 static void UartPutObjByPointer(const void *obj) in UartPutObjByPointer()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp505 const sptr<IRemoteObject>& obj) in RegisterMissionListener()
525 const sptr<IRemoteObject>& obj) in RegisterDSchedEventListener()
545 const sptr<IRemoteObject>& obj) in UnRegisterDSchedEventListener()
564 … DistributedSchedProxy::RegisterOnListener(const std::string& type, const sptr<IRemoteObject>& obj) in RegisterOnListener()
583 …DistributedSchedProxy::RegisterOffListener(const std::string& type, const sptr<IRemoteObject>& obj) in RegisterOffListener()
603 const sptr<IRemoteObject>& obj) in UnRegisterMissionListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_counter.cpp167 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetSize() local
H A Djs_navigator.cpp57 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
H A Djs_menu_item.cpp236 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in ContentFont() local
298 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in LabelFont() local
H A Djs_scroll.cpp467 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetNestedScroll() local
500 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetScrollSnap() local
542 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetInitialOffset() local
/ohos5.0/foundation/ability/ability_runtime/test/sample/demo_ui_extension/native/demo_ui_extension_ability/src/
H A Djs_demo_ui_extension.cpp117 napi_value obj = jsObj_->GetNapiValue(); in BindContext() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp24 static napi_status SetNamedProperty(napi_env env, napi_value& obj, const std::string& name, int32_t… in SetNamedProperty()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h63 void *obj; member
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_session_backup.cpp84 auto callback = [functor](const wptr<IRemoteObject> &obj) { in RegisterBackupServiceDied()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h74 static WebGLTexture* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_draw_cmd_test.cpp177 RSExtendImageBaseObj obj; variable
204 RSExtendImageBaseObj obj; variable
/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp142 napi_value obj = jsObj_->GetNapiValue(); in Init() local
153 void JsFenceExtension::BindContext(const ::napi_env &env, const ::napi_value &obj) in BindContext()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h77 auto *obj = new (std::nothrow) SharedMemoryInfo(); in Unmarshalling() local
79 delete obj; in Unmarshalling() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp372 void UObject::WriteObj(const std::string& key, const std::shared_ptr<UObject>& obj) in WriteObj()
450 std::shared_ptr<UObject> obj = std::make_shared<UObject>(); in ReadObj() local
495 std::shared_ptr<UObject> obj = ReadObj(objLen); in ReadKV() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp71 napi_value obj = nullptr; in ConvertGattServiceVectorToJS() local
89 napi_value obj = nullptr; in ConvertBLECharacteristicVectorToJS() local
174 napi_value obj = nullptr; in ConvertBLEDescriptorVectorToJS() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp50 template <typename T> static bool ParseTypesArray(napi_env env, napi_value obj, std::set<T> &typeAr… in ParseTypesArray()
69 static bool ParseCapabilities(napi_env env, napi_value obj, NetAllCapabilities &capabilities) in ParseCapabilities()
89 static bool ParseNetSpecifier(napi_env env, napi_value obj, NetSpecifier &specifier) in ParseNetSpecifier()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension.cpp120 napi_value obj = jsObj_->GetNapiValue(); in Init() local
129 void JsFormExtension::BindContext(napi_env env, napi_value obj) in BindContext()
322 napi_value obj = jsObj_->GetNapiValue(); in CallObjectMethod() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp232 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnSetPasteData() local
245 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnSetPasteData() local
309 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in IsObserverValid() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h39 napi_value obj; member
254 napi_value obj = GetValue(); in FindMethod() local
287 napi_value obj = GetValue(); in SetUpMethods() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp169 napi_value obj = NapiUtils::CreateObject(env); in MakeJsLocalSocketMessageParam() local
213 napi_value obj = MakeJsValue(env, workWrapper->data); in CallbackTemplate() local
349 napi_value obj = NapiUtils::CreateObject(env); in MakeClose() local
1252 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in LocalSocketGetStateCallback() local
1288 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in LocalSocketGetExtraOptionsCallback() local
1315 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in LocalSocketServerGetStateCallback() local
1342 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in LocalSocketServerGetExtraOptionsCallback() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1539 static isObject(obj) { argument
1558 static toMap(obj) { argument
1579 static isObject(obj) { argument
1593 static toSet(obj) { argument
1611 static isObject(obj) { argument
1624 static toDate(obj) { argument
7413 getTarget(obj) { argument
7491 getTarget(obj) { argument
7592 getTarget(obj) { argument
9728 static get(obj, prop) { argument
[all …]

1...<<21222324252627282930>>...43