Home
last modified time | relevance | path

Searched defs:runtime (Results 126 - 150 of 270) sorted by relevance

1234567891011

/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp98 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in SetUp() local
130 std::unique_ptr<Runtime> runtime = static_cast<std::unique_ptr<Runtime>>(std::move(runtime_)); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp81 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in HWTEST_F() local
101 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp24 std::string DeclarativeParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteUrl() argument
41 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteParams() argument
53 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PagePush() argument
71 PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageReplace() argument
89 PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageBack() argument
111 PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageClear() argument
123 PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetLength() argument
135 PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetState() argument
154 PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetParams() argument
169 InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitRouterModule() argument
[all...]
H A Djsi_timer_module.cpp26 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in SetTimeoutOrInterval() argument
61 ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearTimeoutOrInterval() argument
87 SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SetTimeout() argument
93 SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SetInterval() argument
99 ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearTimeout() argument
106 ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearInterval() argument
156 InitTimerModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitTimerModule() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args) in HandleContext() argument
148 shared_ptr<JsValue> JsiXComponentBridge::JsGetXComponentSurfaceId(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetXComponentSurfaceId() argument
185 JsSetXComponentSurfaceSize( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsSetXComponentSurfaceSize() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp30 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_PreloadAceModuleCard(void* runtime, const char* bundleName, in OHOS_ACE_PreloadAceModuleCard() argument
41 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_ReloadAceModuleCard(void* runtime, const char* bundleName, in OHOS_ACE_ReloadAceModuleCard() argument
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_ui_extension_model_ng.cpp35 InitializeDynamicComponent(const RefPtr<NG::FrameNode>& frameNode, const std::string& hapPath, const std::string& abcPath, const std::string& entryPoint, void* runtime) InitializeDynamicComponent() argument
39 InitializeIsolatedComponent( const RefPtr<NG::FrameNode>& frameNode, const RefPtr<OHOS::Ace::WantWrap>& wantWrap, void* runtime) InitializeIsolatedComponent() argument
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp27 Create( const std::shared_ptr<OHOS::AbilityRuntime::Context> context, const std::shared_ptr<OHOS::AbilityRuntime::Runtime> runtime, std::weak_ptr<OHOS::AppExecFwk::EventHandler> eventHandler) Create() argument
35 FormRendererGroup( const std::shared_ptr<OHOS::AbilityRuntime::Context> context, const std::shared_ptr<OHOS::AbilityRuntime::Runtime> runtime, std::weak_ptr<OHOS::AppExecFwk::EventHandler> eventHandler) FormRendererGroup() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_module.cpp82 auto runtime = OHOS::CJEnv::LoadInstance(); in ARKTS_LoadModule() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_datashare_extension_test.cpp58 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
96 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
113 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
131 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
148 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
167 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
186 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
202 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp54 void UnifiedData::SetRuntime(Runtime &runtime) in SetRuntime() argument
162 std::shared_ptr<Runtime> runtime = this->GetRuntime(); in IsComplete() local
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp34 ExtBackup *ExtBackup::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
H A Dext_backup_js_mock.cpp34 ExtBackupJs *ExtBackupJs::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc60 GotoIfNot(IsOneByteStringInstanceType(instance_type), &runtime); in TF_BUILTIN() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp470 bool runtime = false; in variable_decl() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptor.java51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor() argument
63 RubyDescriptor(Ruby runtime, RubyClass klazz) RubyDescriptor() argument
[all...]
H A DRubyRepeatedField.java47 public static void createRubyRepeatedField(Ruby runtime) { in createRubyRepeatedField() argument
60 RubyRepeatedField(Ruby runtime, RubyClass klazz) RubyRepeatedField() argument
64 RubyRepeatedField(Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType, IRubyObject typeClass) RubyRepeatedField() argument
[all...]
H A DUtils.java179 num2ulong(Ruby runtime, IRubyObject value) num2ulong() argument
[all...]
H A DRubyMessageBuilderContext.java47 public static void createRubyMessageBuilderContext(Ruby runtime) { in createRubyMessageBuilderContext() argument
[all...]
/base/customization/enterprise_device_management/framework/extension/src/
H A Djs_enterprise_admin_extension.cpp35 JsEnterpriseAdminExtension* JsEnterpriseAdminExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension.cpp43 JsPrintExtension *JsPrintExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp91 auto runtime = OHOS::AbilityRuntime::Runtime::Create(options); in PreloadModule() local
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp42 JsWallpaperExtensionAbility *JsWallpaperExtensionAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/base/telephony/telephony_data/sim/src/
H A Dsim_ability.cpp60 static DataShare::DataShareExtAbility *TelephonyDataShareCreator(const std::unique_ptr<Runtime> &runtime) in TelephonyDataShareCreator() argument
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp287 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local
304 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local
321 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local
378 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local
401 std::shared_ptr<AbilityRuntime::Runtime> runtime in HWTEST_F() local
510 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
534 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
1191 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
1468 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
1489 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
1559 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
1650 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local
[all...]

Completed in 14 milliseconds

1234567891011