Home
last modified time | relevance | path

Searched defs:obj (Results 326 – 350 of 1053) sorted by relevance

1...<<11121314151617181920>>...43

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/net_ssl/net_ssl_exec/src/
H A Dnet_ssl_exec.cpp33 napi_value obj = MakeJsValue(env, workWrapper->data); in CallbackTemplate() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_const_properties.cpp28 static napi_status SetNamedProperty(napi_env env, napi_value &obj, const std::string &name, int32_t… in SetNamedProperty()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Ddisk.cpp82 auto obj = std::make_unique<Disk>(); in Unmarshalling() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_args.cpp52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_uniform_location.h52 static WebGLUniformLocation* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp24 void OHOS::RefBase::DecStrongRef(void const* obj) {} in DecStrongRef()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp24 void OHOS::RefBase::DecStrongRef(void const* obj) {} in DecStrongRef()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp24 void OHOS::RefBase::DecStrongRef(void const* obj) {} in DecStrongRef()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp143 napi_value obj = NapiUtils::CreateObject(env); in MakeMessageObj() local
190 auto obj = MakeMessageObj(workWrapper->env, ptrMessageRecvParma); in EventMessageCallback() local
230 napi_value obj = ConstructTLSSocketConnection(workWrapper->env, info, clientid, eventManager); in EventConnectCallback() local
264 napi_value obj = nullptr; in EventCloseCallback() local
298 napi_value obj = NapiUtils::CreateObject(workWrapper->env); in EventErrorCallback() local
H A Dmonitor.cpp65 napi_value arrayBuffer, napi_value remoteInfo, napi_value obj) in SetPropertyForWorkWrapper()
101 napi_value obj = NapiUtils::CreateObject(workWrapper->env); in EventMessageCallback() local
179 napi_value obj = NapiUtils::CreateObject(workWrapper->env); in EventErrorCallback() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddistributed_client_test.cpp502 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
522 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
538 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
557 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
573 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
593 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
611 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
632 sptr<IRemoteObject> obj = new (std::nothrow) OHOS::AAFwk::AbilityConnectCallback(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_utils.cpp61 void ParseBackgroundOptions(const JSRef<JSVal>& obj, NG::NavigationBackgroundOptions& options) in ParseBackgroundOptions()
84 void ParseBarOptions(const JSRef<JSVal>& obj, NG::NavigationBarOptions& options) in ParseBarOptions()
113 void ParseTextOptions(const JSCallbackInfo& info, const JSRef<JSVal>& obj, NG::NavigationTextOption… in ParseTextOptions()
H A Djs_xcomponent_controller.cpp170 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetSurfaceConfig() local
212 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetXComponentSurfaceRect() local
298 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetXComponentSurfaceRotation() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_connection_test.cpp305 sptr<IRemoteObject> obj = new IPCObjectProxy(0); variable
372 sptr<AccessibleAbilityClientStub> obj = new MockAccessibleAbilityClientStubImpl(); variable
601 sptr<AccessibleAbilityClientStub> obj = new MockAccessibleAbilityClientStubImpl(); variable
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dholiday_manager_addon.cpp84 std::unique_ptr<HolidayManagerAddon> obj = std::make_unique<HolidayManagerAddon>(); in HolidayManagerConstructor() local
126 HolidayManagerAddon *obj = nullptr; in IsHoliday() local
158 HolidayManagerAddon *obj = nullptr; in GetHolidayInfoItemArray() local
H A Dsystem_locale_manager_addon.cpp78 std::unique_ptr<SystemLocaleManagerAddon> obj = std::make_unique<SystemLocaleManagerAddon>(); in SystemLocaleManagerConstructor() local
129 SystemLocaleManagerAddon *obj = nullptr; in GetLanguageInfoArray() local
168 SystemLocaleManagerAddon *obj = nullptr; in GetCountryInfoArray() local
H A Dentity_recognizer_addon.cpp93 std::unique_ptr<EntityRecognizerAddon> obj = std::make_unique<EntityRecognizerAddon>(); in constructor() local
131 EntityRecognizerAddon *obj = nullptr; in FindEntityInfo() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp408 napi_value obj = nullptr; in CreateObject() local
418 napi_value obj = nullptr; in CreateObject() local
450 void SetElement(const napi_env env, const napi_value obj, uint32_t index, const napi_value value) in SetElement()
457 void SetNamedProperty(const napi_env env, const napi_value obj, const std::string& key, const napi_… in SetNamedProperty()
571 napi_value obj = CreateObject(env); in CreateValueByJson() local
595 napi_value obj = CreateObject(env); in CreateEventInfo() local
626 napi_value obj = CreateObject(env); in CreateEventGroups() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp67 napi_value obj = NapiUtils::CreateObject(env); in CreateIfaceChangedParam() local
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_client.cpp42 sptr<IRemoteObject> obj = sam->CheckSystemAbility(TELEPHONY_STATE_REGISTRY_SYS_ABILITY_ID); in GetProxy() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dinit.cpp57 napi_value obj = nullptr; in BackgroundModeInit() local
H A Dinit_bgtaskmgr.cpp60 napi_value obj = nullptr; in BackgroundModeInit() local
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dinit.cpp49 napi_value obj = nullptr; in DeviceStandbyTypeInit() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h195 auto GetNativeMeta(NapiApi::Object obj) in GetNativeMeta()
232 void MakeNativeObjectParam(napi_env env, const type& obj, uint32_t argc, napi_value* argv) in MakeNativeObjectParam()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_sched/
H A Dsched_scheduler.cpp119 auto iter = find_if(bundleTimeVec_.begin(), bundleTimeVec_.end(), [&bundleName](auto &obj) { in ExecutingQueueTasks()
147 auto iter = find_if(bundleTimeVec_.begin(), bundleTimeVec_.end(), [&bundleName](auto &obj) { in RemoveExtConn()

1...<<11121314151617181920>>...43