| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | js_runtime_utils.cpp | 53 void BindNativeFunction(napi_env env, napi_value object, const char* name, in BindNativeFunction() argument 64 void BindNativeProperty(napi_env env, napi_value object, const char* name, napi_callback getter) in BindNativeProperty() argument 114 void SetNamedNativePointer(napi_env env, napi_value object, const char* name, void* ptr, napi_finalize func) in SetNamedNativePointer() argument 122 void* GetNamedNativePointer(napi_env env, napi_value object, const char* name) in GetNamedNativePointer() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_caller_complex.cpp | 499 napi_value object = nullptr; in CreateJsCallerComplex() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/ |
| H A D | cast_session_manager_service.cpp | 708 void CastSessionManagerService::CastEngineClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | js_runtime_utils.cpp | 52 void BindNativeFunction(napi_env env, napi_value object, const char *name, in BindNativeFunction() argument 63 void BindNativeProperty(napi_env env, napi_value object, const char *name, napi_callback getter) in BindNativeProperty() argument 104 void SetNamedNativePointer(napi_env env, napi_value object, const char *name, void *ptr, napi_finalize func) in SetNamedNativePointer() argument 112 void *GetNamedNativePointer(napi_env env, napi_value object, const char *name) in GetNamedNativePointer() argument
|
| /foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
| H A D | js_feature_ability.cpp | 464 napi_value object = nullptr; in CreateJsFeatureAbility() local [all...] |
| /foundation/ability/ability_runtime/services/common/src/ |
| H A D | app_utils.cpp | 268 nlohmann::json object; in LoadResidentProcessInExtremeMemory() local 308 nlohmann::json object; in LoadAllowNativeChildProcessApps() local 377 nlohmann::json object; in LoadStartAbilityWithoutCallerToken() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
| H A D | js_form_extension_context.cpp | 356 napi_value object = CreateJsExtensionContext(env, context, abilityInfo); in CreateJsFormExtensionContext() local [all...] |
| H A D | js_form_extension.cpp | 53 napi_value object = CreateJsFormExtensionContext(env, ptr); in AttachFormExtensionContext() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | connection_state_manager.cpp | 36 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->GetSystemAbility(OHOS::APP_MGR_SERVICE_ID); in GetAppMgr() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
| H A D | js_custom_dialog_controller.cpp | 396 void JSCustomDialogController::JSBind(BindingTarget object) in JSBind() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_sliding_panel.cpp | 146 JSRef<JSObject> object = JSRef<JSObject>::Cast(args); in ParsePanelRadius() local
|
| H A D | js_toggle.cpp | 486 JSRef<JSObject> object = JSRef<JSObject>::Cast(info[0]); in JsBorder() local
|
| H A D | js_utils.cpp | 207 JSRef<JSObject> object = JSRef<JSObject>::Cast(args); in HandleDifferentRadius() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_render_image.cpp | 34 void BindNativeFunction(napi_env env, napi_value object, const char* name, napi_callback func) in BindNativeFunction() argument 181 napi_value object = nullptr; in InitImageBitmap() local
|
| H A D | js_offscreen_canvas.cpp | 99 napi_value object = nullptr; in InitOffscreenCanvas() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| H A D | web_object_event.h | 76 Confirm(void* object, const std::string& promptResult, int index) Confirm() argument 77 Confirm(void* object, int index) Confirm() argument 78 Cancel(void* object, int index) Cancel() argument 79 AddObject(void* object) AddObject() argument 90 Grant(void* object, const int resourcesId, int index) Grant() argument 91 Deny(void* object, int index) Deny() argument 92 AddObject(void* object) AddObject() argument 103 AddObject(void* object) AddObject() argument 108 Confirm(void* object, std::string& userName, std::string& pwd, int index) Confirm() argument 112 IsHttpAuthInfoSaved(void* object, int index) IsHttpAuthInfoSaved() argument 116 Cancel(void* object, int index) Cancel() argument 134 AddObject(void* object) AddObject() argument 145 AddObject(void* object) AddObject() argument 214 SetResourceRequestObject(const RefPtr<WebResourceRequestObject>& object) SetResourceRequestObject() argument 224 SetResourceErrorObject(const RefPtr<WebResourceErrorObject>& object) SetResourceErrorObject() argument 234 SetScrollObject(const RefPtr<WebScrollObject>& object) SetScrollObject() argument 244 SetScaleChangeObject(const RefPtr<WebScaleChangeObject>& object) SetScaleChangeObject() argument 254 SetResourceResponseObject(const RefPtr<WebResourceResponseObject>& object) SetResourceResponseObject() argument 264 SetConsoleMessageObject(const RefPtr<WebConsoleMessageObject>& object) SetConsoleMessageObject() argument 274 SetCommonDialogObject(const RefPtr<WebCommonDialogObject>& object) SetCommonDialogObject() argument 284 SetPermissionRequestObject(const RefPtr<WebPermissionRequestObject>& object) SetPermissionRequestObject() argument 294 SetHttpAuthRequestObject(const RefPtr<WebHttpAuthRequestObject>& object) SetHttpAuthRequestObject() argument 304 SetDownloadResponseObject(const RefPtr<WebDownloadResponseObject>& object) SetDownloadResponseObject() argument 314 SetFileChooserObject(const RefPtr<WebFileChooserObject>& object) SetFileChooserObject() argument 324 SetGeolocationObject(const RefPtr<WebGeolocationObject>& object) SetGeolocationObject() argument [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
| H A D | js_component_test.cpp | 200 napi_value AssertArrayContain(napi_env env, napi_value array, napi_value object) in AssertArrayContain() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_installer_host.cpp | 122 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleInstallMessage() local 142 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleRecoverMessage() local 175 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleInstallMultipleHapsMessage() local 195 sptr<IRemoteObject> object in HandleUninstallMessage() local 216 sptr<IRemoteObject> object = data.ReadRemoteObject(); HandleUninstallModuleMessage() local 233 sptr<IRemoteObject> object = data.ReadRemoteObject(); HandleUninstallByUninstallParam() local 280 sptr<IRemoteObject> object = data.ReadRemoteObject(); HandleCreateStreamInstaller() local 335 sptr<IRemoteObject> object = data.ReadRemoteObject(); HandleUninstallAndRecoverMessage() local [all...] |
| /foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
| H A D | napi_accessibility_extension_context.cpp | 733 napi_value object = CreateJsExtensionContext(env, context); in CreateJsAccessibilityExtensionContext() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
| H A D | app_style.cpp | 99 void AppStyle::AddItemsInLoop(jerry_value_t object, AppStyle &newStyle) in AddItemsInLoop() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | feature_ability_module.cpp | 410 jerry_value_t object = jerry_create_object(); in AsyncSuccessCallback() local
|
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_napi_ext.cpp | 359 napi_value object = nullptr; in HWTEST_F() local 583 napi_value object; in HWTEST_F() local
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
| H A D | bundlemgrproxy_fuzzer.cpp | 30 sptr<IRemoteObject> object; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
| H A D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 539 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local 586 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local 629 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | bundle_installer.cpp | 482 cJSON *object = BundleUtil::ConvertUidAndGidToJson(record); in BackUpUidAndGidInfo() local 654 cJSON *object = BundleUtil::ConvertInstallRecordToJson(record); in BackUpInstallRecord() local [all...] |