/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_notification_publish.cpp | 205 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 D | jsvm_utils.cpp | 276 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 D | jsvm_utils.h | 123 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 D | test_array_buffer_backing_store.cpp | 42 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 D | test_wasm.cpp | 155 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 D | test_common.h | 30 namespace Global { namespace 42 } // namespace Global
|
H A D | string_utils_test.cpp | 25 using namespace OHOS::Global::Resource;
|
H A D | res_config_test.cpp | 26 using namespace OHOS::Global::Resource;
|
H A D | test_common.cpp | 31 namespace Global { namespace 80 } // namespace Global
|
H A D | hap_manager_test.cpp | 27 using namespace OHOS::Global::Resource;
|
H A D | global_test.cpp | 28 using namespace OHOS::Global::Resource;
|
H A D | res_desc_test.cpp | 24 using namespace OHOS::Global::Resource;
|
H A D | hap_parser_test.cpp | 27 using namespace OHOS::Global::Resource;
|
H A D | hap_resource_test.cpp | 30 using namespace OHOS::Global::Resource;
|
H A D | locale_info_test.cpp | 26 using namespace OHOS::Global::Resource;
|
H A D | resource_manager_test.cpp | 30 using namespace OHOS::Global::Resource;
|
H A D | resource_manager_performance_test.cpp | 31 using namespace OHOS::Global::Resource;
|
H A D | res_config_impl_test.cpp | 24 using namespace OHOS::Global::Resource;
|
/test/xts/device_attest/services/devattest_ability/include/ |
H A D | devattest_notification_publish.h | 38 std::shared_ptr<Global::Resource::ResConfig> GetDevattestResConfig(void);
|
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/common/ |
H A D | native_common.h | 26 namespace Global { namespace 63 } // namespace Global
|
/test/xts/tools/lite/hctest/include/ |
H A D | hctest_internal.h | 86 Global = 6 << 8, enumerator
|