/test/xts/acts/arkui/ace_ets_web_dev_webviewControllerError/entry/src/main/ets/test/ |
D | webViewContCookieToGeoLocationError.test.ets | 103 *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/ |
D | webViewContCookieToGeoLocationError.ets | 40 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/ |
D | webStorage.ets | 32 @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 …]
|
D | geolocationPermissions.ets | 28 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/ |
D | webStorage.ets | 32 @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 …]
|
D | webViewGetAccessibleGeolocation.ets | 40 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…
|
D | webViewInVoke.ets | 40 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…
|
D | webViewInVokeFalse.ets | 40 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/ |
D | WebGeolocationPermissionsGetAccessibleGeolocationTest.ets | 28 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)
|
D | WebStorageGetOriginsTest.ets | 35 @State origin: string = "resource://rawfile/"; 71 console.log('origin: ' + origins[i].origin); 93 console.log('origin: ' + origins[i].origin);
|
D | WebGeolocationPermissionsGetStoredGeolocationTest.ets | 28 origin: string = "resource://rawfile/" 64 webView.GeolocationPermissions.allowGeolocation(this.origin) 87 webView.GeolocationPermissions.allowGeolocation(this.origin)
|
D | WebStorageGetOriginQuotaTest.ets | 35 @State origin: string = "resource://rawfile/"; 65 webView.WebStorage.getOriginQuota(this.origin, (error, quota) => { 85 webView.WebStorage.getOriginQuota(this.origin)
|
D | WebStorageGetOriginUsageTest.ets | 35 @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/ |
D | sensor_callback_impl.cpp | 94 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/ |
D | sensor_callback_impl.cpp | 96 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/ |
D | attest_framework_feature.c | 46 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/ |
D | WebJsGeolocationInvokeTest.test.ets | 60 * @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/ |
D | WebJsGeolocationInvoke.test.ets | 57 * @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/ |
D | WebJsGeolocationInvokeTest.ets | 112 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/ |
D | webg.ets | 40 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) => {
|
D | web.ets | 46 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/ |
D | README_zh.md | 99 git remote add origin https://gitee.com/openharmony/xts_tools.git 100 git pull origin master
|
/test/xts/tools/sample/AppSampleD/ |
D | README_zh.md | 120 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/ |
D | webviewpageLackattr.ets | 42 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/ |
D | LiteIPCFeatureTest.cpp | 88 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()
|