Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 234) sorted by relevance

12345678910

/test/xts/acts/arkui/ace_ets_web_dev_webviewControllerError/entry/src/main/ets/test/
DwebViewContCookieToGeoLocationError.test.ets103 *tc.desc test interface of deleteOrigin with origin null
108 Utils.registerEvent("testDeleteOriginValueNullErr","Invalid origin",759,done);
114 *tc.desc test interface of deleteOrigin with origin illegal
119 Utils.registerEvent("testDeleteOriginValueIllegalErr","Invalid origin",761,done);
125 *tc.desc test interface of deleteOrigin with origin wrong
130 Utils.registerEvent("testDeleteOriginValueErr","Invalid origin",763,done);
141 Utils.registerEvent("testGetOriginsCallbackUnAPIErr","Invalid web storage origin",765,done);
152 Utils.registerEvent("testGetOriginsPromiseUnAPIErr","Invalid web storage origin",767,done);
158 *tc.desc test interface of getOriginQuota (callback) with origin wrong
163 Utils.registerEvent("testGetOriginQuotaCallbackValueErr","Invalid origin",769,done);
[all …]
/test/xts/acts/arkui/ace_ets_web_dev_webviewControllerError/entry/src/main/ets/MainAbility/pages/
DwebViewContCookieToGeoLocationError.ets40 origin: string = "";
109 web_webview.WebStorage.deleteOrigin(this.origin);
123 this.origin = "[1,a]"
124 web_webview.WebStorage.deleteOrigin(this.origin);
138 this.origin = "/wrongPath%*"
139 web_webview.WebStorage.deleteOrigin(this.origin);
166 console.log('origin: ' + origins[i].origin);
186 console.log('origin: ' + origins[i].origin);
209 this.origin = "/wrongPath%*"
210 … web_webview.WebStorage.getOriginQuota(this.origin, (error, quota) => {
[all …]
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_one/entry/src/main/ets/MainAbility/pages/
DwebStorage.ets32 @State origin: string = "resource://rawfile/";
83 console.log('origin: ' + origins[i].origin);
87 Utils.emitEvent(origins[0].origin, 20340)
102 console.log('origin: ' + origins[i].origin);
106 Utils.emitEvent(origins[0].origin, 20341)
121 console.log('origin: ' + origins[i].origin);
125 Utils.emitEvent(origins[0].origin, 20342)
140 console.log('origin: ' + origins[i].origin);
159 console.log('origin: ' + origins[i].origin);
182 console.log('origin: ' + origins[i].origin);
[all …]
DgeolocationPermissions.ets28 origin: string = "resource://rawfile/"
113 webView.GeolocationPermissions.deleteGeolocation(this.origin)
134 webView.GeolocationPermissions.deleteGeolocation(this.origin)
170 webView.GeolocationPermissions.allowGeolocation(this.origin)
171 … webView.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
192 webView.GeolocationPermissions.allowGeolocation(this.origin)
193 webView.GeolocationPermissions.getAccessibleGeolocation(this.origin)
/test/xts/acts/arkui/ace_ets_web_dev_webviewController/entry/src/main/ets/MainAbility/pages/
DwebStorage.ets32 @State origin:string= 'resource://rawfile/'
56 let origin = '';
61 origin = origins[0].origin;
62 console.log(`origin is: ${origins[0].origin}`);
64 Utils.emitEvent(origin, 7136);
69 Utils.emitEvent(origin, 7136);
110 let origin = '';
116 origin = origins[0].origin;
117 console.log(`origin is: ${origins[0].origin}`);
119 Utils.emitEvent(origin, 7142);
[all …]
DwebViewGetAccessibleGeolocation.ets40 origin: string = "file:///";
68 web_webview.GeolocationPermissions.deleteGeolocation(this.origin);
71 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
89 web_webview.GeolocationPermissions.allowGeolocation(this.origin);
94 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
123 event.geolocation.invoke(event.origin, this.invokeAllow, this.invokeRetain)
124 …console.log("webViewInVoke : onGeolocationShow : " + event.origin + this.invokeAllow, this.invokeR…
DwebViewInVoke.ets40 origin: string = "file:///";
68 web_webview.GeolocationPermissions.allowGeolocation(this.origin);
71 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
103 event.geolocation.invoke(event.origin, this.invokeAllow, this.invokeRetain)
104 …console.log("webViewInVoke : onGeolocationShow : " + event.origin + this.invokeAllow, this.invokeR…
DwebViewInVokeFalse.ets40 origin: string = "file:///";
68 web_webview.GeolocationPermissions.deleteGeolocation(this.origin);
71 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
103 event.geolocation.invoke(event.origin, this.invokeAllow, this.invokeRetain)
104 …console.log("webViewInVoke : onGeolocationShow : " + event.origin + this.invokeAllow, this.invokeR…
/test/xts/acts/arkui/ace_ets_web_enhanced_stress/ace_ets_web_enhanced_stress_two/entry/src/main/ets/MainAbility/pages/
DWebGeolocationPermissionsGetAccessibleGeolocationTest.ets28 origin: string = "resource://rawfile/"
64 webView.GeolocationPermissions.allowGeolocation(this.origin)
66 … webView.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
87 webView.GeolocationPermissions.allowGeolocation(this.origin)
89 webView.GeolocationPermissions.getAccessibleGeolocation(this.origin)
DWebStorageGetOriginsTest.ets35 @State origin: string = "resource://rawfile/";
71 console.log('origin: ' + origins[i].origin);
93 console.log('origin: ' + origins[i].origin);
DWebGeolocationPermissionsGetStoredGeolocationTest.ets28 origin: string = "resource://rawfile/"
64 webView.GeolocationPermissions.allowGeolocation(this.origin)
87 webView.GeolocationPermissions.allowGeolocation(this.origin)
DWebStorageGetOriginQuotaTest.ets35 @State origin: string = "resource://rawfile/";
65 webView.WebStorage.getOriginQuota(this.origin, (error, quota) => {
85 webView.WebStorage.getOriginQuota(this.origin)
DWebStorageGetOriginUsageTest.ets35 @State origin: string = "resource://rawfile/";
65 webView.WebStorage.getOriginUsage(this.origin, (error, usage) => {
85 webView.WebStorage.getOriginUsage(this.origin)
/test/xts/hats/hdf/sensor/hdiService_additional/
Dsensor_callback_impl.cpp94 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
95 uint8_t *tmp = static_cast<uint8_t *>(origin); in OnDataEvent()
108 OsalMemFree(origin); in OnDataEvent()
/test/xts/hats/hdf/sensor/hdiService/
Dsensor_callback_impl.cpp96 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
97 uint8_t *tmp = static_cast<uint8_t*>(origin); in OnDataEvent()
109 OsalMemFree(origin); in OnDataEvent()
/test/xts/device_attest_lite/framework/small/src/service/
Dattest_framework_feature.c46 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
151 (void)origin; in Invoke()
/test/xts/acts/arkui/ace_ets_web_enhanced_stress/ace_ets_web_enhanced_stress_one/entry/src/main/ets/test/
DWebJsGeolocationInvokeTest.test.ets60 * @tc.desc : stress testing JsGeolocation.invoke(event.origin, true, true)
76 * @tc.desc : stress testing JsGeolocation.invoke(event.origin, true, false)
92 * @tc.desc : stress testing JsGeolocation.invoke(event.origin, false, true)
108 * @tc.desc : stress testing JsGeolocation.invoke(event.origin, false, false)
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_one/entry/src/main/ets/test/
DWebJsGeolocationInvoke.test.ets57 * @tc.desc : test JsGeolocation.invoke(event.origin, true, true)
72 * @tc.desc : test JsGeolocation.invoke(event.origin, true, false)
87 * @tc.desc : test JsGeolocation.invoke(event.origin, false, true)
102 * @tc.desc : test JsGeolocation.invoke(event.origin, false, false)
/test/xts/acts/arkui/ace_ets_web_enhanced_stress/ace_ets_web_enhanced_stress_one/entry/src/main/ets/MainAbility/pages/
DWebJsGeolocationInvokeTest.ets112 event.geolocation.invoke(event.origin, true, true)
114 event.geolocation.invoke(event.origin, true, false)
116 event.geolocation.invoke(event.origin, false, true)
118 event.geolocation.invoke(event.origin, false, false)
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/
Dwebg.ets40 origin: string="file:///"
128 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
131 this.text = this.origin + ",error ," + JSON.stringify(error);
134 this.text = this.origin + ", result: " + result;
219 var origin = this.controller.getPageHeight()
223 if (this.controller.getPageHeight() > origin) {
278 web_webview.WebStorage.deleteOrigin(this.origin);
295 console.log('origin: ' + origins[i].origin);
314 web_webview.WebStorage.getOriginQuota(this.origin);
328 … web_webview.WebStorage.getOriginUsage(this.origin, (error, usage) => {
Dweb.ets46 origin: string="file:///"
159 … web_webview.GeolocationPermissions.getAccessibleGeolocation(this.origin, (error, result) => {
162 this.text = this.origin + ",error ," + JSON.stringify(error);
165 this.text = this.origin + ", result: " + result;
250 var origin = this.controller.getPageHeight()
254 if (this.controller.getPageHeight() > origin) {
309 web_webview.WebStorage.deleteOrigin(this.origin);
328 console.log('origin: ' + origins[i].origin);
339 web_webview.WebStorage.getOriginQuota(this.origin);
353 … web_webview.WebStorage.getOriginUsage(this.origin, (error, usage) => {
/test/xts/tools/sample/AppSampleE/
DREADME_zh.md99 git remote add origin https://gitee.com/openharmony/xts_tools.git
100 git pull origin master
/test/xts/tools/sample/AppSampleD/
DREADME_zh.md120 git remote add origin https://gitee.com/openharmony/xts_tools.git
121 git pull origin master
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/
DwebviewpageLackattr.ets42 origin:'prign',
141 console.log('origin: ' + origins[i].origin);
158 console.log('origin: ' + origins[i].origin);
165 "STATUS": this.webStorage.origin
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCFeatureTest.cpp88 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
132 pthread_self(), iProxy, funcId, origin, req, reply); in Invoke()

12345678910