Home
last modified time | relevance | path

Searched refs:Global (Results 1 - 21 of 21) sorted by relevance

/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp205 std::shared_ptr<Global::Resource::ResConfig> DevAttestNotificationPublish::GetDevattestResConfig(void) in GetDevattestResConfig()
207 std::shared_ptr<Global::Resource::ResConfig> pResConfig(Global::Resource::CreateResConfig()); in GetDevattestResConfig()
209 string localeStr = Global::I18n::LocaleConfig::GetSystemLocale(); in GetDevattestResConfig()
228 Global::Resource::RState state = pResConfig->SetLocaleInfo(language, script, region); in GetDevattestResConfig()
229 if (state != Global::Resource::RState::SUCCESS) { in GetDevattestResConfig()
239 std::shared_ptr<Global::Resource::ResourceManager> pResMgr(Global::Resource::CreateResourceManager()); in GetDevattestContent()
250 std::shared_ptr<Global::Resource::ResConfig> pResConfig = GetDevattestResConfig(); in GetDevattestContent()
251 Global in GetDevattestContent()
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp276 JSVM_Value Global() in Global() function
307 JSVM_Value Global(const char *name) in Global() function
309 return GetProperty(Global(), Str(name)); in Global()
313 JSVM_Value Global(JSVM_Value key) in Global() function
315 return GetProperty(Global(), key); in Global()
466 auto Module = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Module"); in IsWasmModuleObject()
474 auto Instance = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Instance"); in IsWebAssemblyInstance()
480 auto Memory = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Memory"); in IsWebAssemblyMemory()
486 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable()
559 auto console = jsvm::Global("consol in InstallMyConsoleLog()
[all...]
H A Djsvm_utils.h123 JSVM_Value Global();
130 JSVM_Value Global(const char *name);
132 JSVM_Value Global(JSVM_Value key);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_array_buffer_backing_store.cpp42 jsvm::SetProperty(jsvm::Global(), jsvm::Str("buffer"), arrayBuffer); in TEST()
43 jsvm::SetProperty(jsvm::Global(), jsvm::Str("buffer1"), arrayBuffer1); in TEST()
44 jsvm::SetProperty(jsvm::Global(), jsvm::Str("buffer2"), arrayBuffer2); in TEST()
45 jsvm::SetProperty(jsvm::Global(), jsvm::Str("buffer3"), arrayBuffer3); in TEST()
87 jsvm::SetProperty(jsvm::Global(), jsvm::Str(bufferName.c_str()), arrayBuffer); in TEST()
H A Dtest_wasm.cpp155 auto globalThis = jsvm::Global(); in InstantiateWasmModule()
664 auto console = jsvm::Global("console");
667 jsvm::SetProperty(jsvm::Global(), "console", console);
701 auto WebAssembly = jsvm::GetProperty(jsvm::Global(), jsvm::Str("WebAssembly"));
724 auto WebAssembly = jsvm::Global("WebAssembly");
741 auto x = jsvm::GetProperty(jsvm::Global(), jsvm::Str("memory"));
786 jsvm::SetProperty(jsvm::Global(), jsvm::Str("tbl"), tbl);
824 (void)jsvm::Run("var global = new WebAssembly.Global({ value: 'i32', mutable: true }, 0); global");
858 jsvm::SetProperty(jsvm::Global(), jsvm::Str("add"), add);
859 jsvm::SetProperty(jsvm::Global(), jsv
[all...]
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dtest_common.h30 namespace Global { namespace
42 } // namespace Global
H A Dstring_utils_test.cpp25 using namespace OHOS::Global::Resource;
H A Dres_config_test.cpp26 using namespace OHOS::Global::Resource;
H A Dtest_common.cpp31 namespace Global { namespace
80 } // namespace Global
H A Dhap_manager_test.cpp27 using namespace OHOS::Global::Resource;
H A Dglobal_test.cpp28 using namespace OHOS::Global::Resource;
H A Dres_desc_test.cpp24 using namespace OHOS::Global::Resource;
H A Dhap_parser_test.cpp27 using namespace OHOS::Global::Resource;
H A Dhap_resource_test.cpp30 using namespace OHOS::Global::Resource;
H A Dlocale_info_test.cpp26 using namespace OHOS::Global::Resource;
H A Dresource_manager_test.cpp30 using namespace OHOS::Global::Resource;
H A Dresource_manager_performance_test.cpp31 using namespace OHOS::Global::Resource;
H A Dres_config_impl_test.cpp24 using namespace OHOS::Global::Resource;
/test/xts/device_attest/services/devattest_ability/include/
H A Ddevattest_notification_publish.h38 std::shared_ptr<Global::Resource::ResConfig> GetDevattestResConfig(void);
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/common/
H A Dnative_common.h26 namespace Global { namespace
63 } // namespace Global
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h86 Global = 6 << 8, enumerator

Completed in 16 milliseconds