| /foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
| H A D | cj_test_runner_test.cpp | 98 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 D | cj_runtime_test.cpp | 81 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 D | jsi_router_module.cpp | 24 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 D | jsi_timer_module.cpp | 26 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 D | jsi_xcomponent_bridge.cpp | 45 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 D | form_module_preloader.cpp | 30 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 D | mock_ui_extension_model_ng.cpp | 35 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 D | form_renderer_group.cpp | 27 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 D | ark_interop_module.cpp | 82 auto runtime = OHOS::CJEnv::LoadInstance(); in ARKTS_LoadModule() local
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
| H A D | ringtone_datashare_extension_test.cpp | 58 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 D | unified_data.cpp | 54 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 D | ext_backup_mock.cpp | 34 ExtBackup *ExtBackup::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
|
| H A D | ext_backup_js_mock.cpp | 34 ExtBackupJs *ExtBackupJs::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-intl-gen.cc | 60 GotoIfNot(IsOneByteStringInstanceType(instance_type), &runtime); in TF_BUILTIN() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cpp.cpp | 470 bool runtime = false; in variable_decl() local
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyDescriptor.java | 51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor() argument 63 RubyDescriptor(Ruby runtime, RubyClass klazz) RubyDescriptor() argument [all...] |
| H A D | RubyRepeatedField.java | 47 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 D | Utils.java | 179 num2ulong(Ruby runtime, IRubyObject value) num2ulong() argument [all...] |
| H A D | RubyMessageBuilderContext.java | 47 public static void createRubyMessageBuilderContext(Ruby runtime) { in createRubyMessageBuilderContext() argument [all...] |
| /base/customization/enterprise_device_management/framework/extension/src/ |
| H A D | js_enterprise_admin_extension.cpp | 35 JsEnterpriseAdminExtension* JsEnterpriseAdminExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
|
| /base/print/print_fwk/frameworks/kits/extension/src/ |
| H A D | js_print_extension.cpp | 43 JsPrintExtension *JsPrintExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
| /base/startup/appspawn/modules/ace_adapter/ |
| H A D | ace_adapter.cpp | 91 auto runtime = OHOS::AbilityRuntime::Runtime::Create(options); in PreloadModule() local
|
| /base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
| H A D | js_wallpaper_extension_ability.cpp | 42 JsWallpaperExtensionAbility *JsWallpaperExtensionAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
| /base/telephony/telephony_data/sim/src/ |
| H A D | sim_ability.cpp | 60 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 D | frs_form_render_record_test.cpp | 287 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...] |