Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 109) sorted by relevance

12345

/test/xts/acts/global/crossplatform/resourcemanageretstest/src/main/ets/test/
DresourceManager.test.ets27 * @tc.type method
42 * @tc.type method
57 * @tc.type method
72 * @tc.type method
87 * @tc.type method
102 * @tc.type method
117 * @tc.type method
132 * @tc.type method
235 * @tc.name test getString method in callback mode
238 * @tc.type method
[all …]
/test/xts/acts/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/
DRdbPredicates.test.ets134 * @tc.desc : Test the constructor method of class RdbPredicates.
152 * @tc.desc : Test the constructor() method of class RdbPredicates.
170 * @tc.desc : Test the constructor() method of class RdbPredicates.
192 * @tc.desc : Test the constructor() method of class RdbPredicates.
214 * @tc.desc : Test the equalTo() method of class RdbPredicates.
236 * @tc.desc : Test the equalTo() method of class RdbPredicates.
258 * @tc.desc : Test the equalTo() method of class RdbPredicates.
280 * @tc.desc : Test the equalTo() method of class RdbPredicates.
302 * @tc.desc : Test the equalTo() method of class RdbPredicates.
324 * @tc.desc : Test the equalTo() method of class RdbPredicates.
[all …]
DRdbStoreIgnoretest.ets175 * @tc.desc : Test the constructor() method of class RdbPredicates.
196 * @tc.desc : Test the constructor() method of class RdbPredicates.
218 * @tc.desc : Test the equalTo() method of class RdbPredicates.
243 * @tc.desc : Test the notEqualTo() method of class RdbPredicates.
268 * @tc.desc : Test the isNull() method of class RdbPredicates.
290 * @tc.desc : Test the isNull() method of class RdbPredicates.
312 * @tc.desc : Test the isNotNull() method of class RdbPredicates.
334 * @tc.desc : Test the isNotNull() method of class RdbPredicates.
356 * @tc.desc : Test the like() method of class RdbPredicates.
378 * @tc.desc : Test the like() method of class RdbPredicates.
[all …]
/test/xts/tools/sample/AppSampleD/entry/src/main/ets/model/
DNetworkModel.ts27 …public async request(action: string, method: http.RequestMethod, extraData: Object, token?: string…
28 …Logger.info(TAG, `request action->${JSON.stringify(action)}, method->${JSON.stringify(method)}, ex…
36 method: method,
62 method: "POST",
/test/xts/tools/sample/AppSampleE/entry/src/main/ets/model/
DNetworkModel.ts28 …public async request(action: string, method: http.RequestMethod, extraData: Object, token?: string…
29 …Logger.info(TAG, `request action->${JSON.stringify(action)}, method->${JSON.stringify(method)}, ex…
37 method: method,
63 method: 'POST',
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/
DGetQueryAbilityByWant.test.ets42 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
60 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
76 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
98 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
119 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
140 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
162 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
181 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
207 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
227 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos
[all …]
/test/xts/acts/telephony/telephonyjstest/netmanager_base/actshttpscertificatetest/src/main/js/test/
DNetworkManagerCaPathTest.test.js25 method: http.RequestMethod.GET, property
32 method: http.RequestMethod.GET, property
39 method: http.RequestMethod.GET, property
/test/xts/tools/build/
DjudgePart.py41 method = sys.argv[3] variable
42 if method == "judgePart":
/test/testfwk/xdevice/src/xdevice/_core/driver/
Dparser_lite.py46 method = self.process_output_methods[0]
47 if callable(method):
48 return method(self, output, end_mark)
/test/xts/acts/ability/ability_runtime/actscalltest/systemcallentrytest/entry/src/main/ets/test/
DAbility.test.ets90 * @tc.name: The parameter "method" of the Caller.callWithResult function is an empty string.
91 …* @tc.desc: Verify that the parameter "method" of the Caller.callWithResult function is an empty s…
114 * @tc.name: The parameter "method" of the Caller.callWithResult function is an empty string.
115 …* @tc.desc: Verify that the parameter "method" of the Caller.callWithResult function is an empty s…
163 * @tc.name: The parameter "method" of the Caller.callWithResult function is an empty string.
164 …* @tc.desc: Verify that the parameter "method" of the Caller.callWithResult function is an empty s…
200 * @tc.name: The parameter "method" of the Caller.callWithResult function is an empty string.
201 …* @tc.desc: Verify that the parameter "method" of the Caller.callWithResult function is an empty s…
257 * @tc.name: The parameter "method" of the Caller.callWithResult function is an empty string.
258 …* @tc.desc: Verify that the parameter "method" of the Caller.callWithResult function is an empty s…
[all …]
/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/test/
DRequestMethodJsunit.test.ets35 method: http.RequestMethod.OPTIONS,
72 method: http.RequestMethod.OPTIONS,
113 method: http.RequestMethod.GET,
150 method: http.RequestMethod.GET,
188 method: http.RequestMethod.POST,
233 method: http.RequestMethod.POST,
282 method: http.RequestMethod.TRACE,
318 method: http.RequestMethod.TRACE,
361 method: http.RequestMethod.PUT,
367 if (httpRequestOptions.method == http.RequestMethod.PUT) {
[all …]
DNetworkManagerHttpEnhance.test.ets25 method: http.RequestMethod.POST,
33 method: http.RequestMethod.GET,
44 method: http.RequestMethod.GET,
53 method: http.RequestMethod.GET,
62 method: http.RequestMethod.GET,
71 method: http.RequestMethod.GET,
80 method: http.RequestMethod.GET,
94 method: http.RequestMethod.GET,
107 method: http.RequestMethod.GET,
120 method: http.RequestMethod.GET,
[all …]
DHttpRequestOptionsJsunit.test.ets31 * @tc.name HttpRequestOptions::method
42 method: http.RequestMethod.GET,
65 * @tc.name HttpRequestOptions::method
76 method: http.RequestMethod.GET,
114 method: http.RequestMethod.GET,
156 method: http.RequestMethod.GET,
202 method: http.RequestMethod.GET,
242 method: http.RequestMethod.GET,
285 method: http.RequestMethod.GET,
325 method: http.RequestMethod.GET,
[all …]
DHttpResponseJsunit.test.ets35 method: http.RequestMethod.GET,
100 method: http.RequestMethod.GET,
140 method: http.RequestMethod.GET,
206 method: http.RequestMethod.GET,
245 method: http.RequestMethod.GET,
311 method: http.RequestMethod.GET,
349 method: http.RequestMethod.GET,
415 method: http.RequestMethod.GET,
/test/testfwk/arkxtest/jsunit/src/module/mock/
DMockKit.js70 ignoreMock(obj, method) { argument
72 if (typeof (method) !== 'function') throw new Error('Not a function');
73 let og = this.recordMockedMethod.get(method.propName);
75 obj[method.propName] = og;
76 this.recordMockedMethod.set(method.propName, undefined);
/test/testfwk/arkxtest/hamock/src/main/mock/
DMockKit.ts74 ignoreMock(obj:any, method: any) {
76 if (typeof (method) != 'function') throw new Error('Not a function');
77 let og = this.recordMockedMethod.get(method.propName);
79 obj[method.propName] = og;
80 this.recordMockedMethod.set(method.propName, undefined);
DMockKit.js56 ignoreMock(obj, method) { argument
58 if (typeof (method) !== 'function') throw new Error('Not a function');
59 let og = this.recordMockedMethod.get(method.propName);
61 obj[method.propName] = og;
62 this.recordMockedMethod.set(method.propName, undefined);
/test/xts/acts/inputmethod/InputMethodAuthorityTest/entry/src/main/ets/test/
Dinputmethodauthority.test.ets25 * @tc.name Test Indicates the input method which will replace the current one.
54 * @tc.name Test Indicates the input method which will replace the current one.
89 * @tc.name Test Indicates the input method which will show softboard with calback.
114 * @tc.name Test Indicates the input method which will show softboard with Promise.
140 * @tc.name Test Indicates the input method which will hide softboard with calback.
166 * @tc.name Test Indicates the input method which will hide softboard with Promise.
190 * @tc.name Switch current input method subtype.
244 * @tc.name Switch current input method subtype.
298 * @tc.name Switch current input method subtype.
339 * @tc.name Switch current input method subtype.
/test/xts/acts/telephony/telephonyjstest/observer/entry/src/main/ets/test/
DObserverJsunit.test.ets53 * @tc.desc : call the on method of networkStateChange
78 * @tc.desc : call the off method of networkStateChange
104 * @tc.desc : call the on method of signalInfoChange
128 * @tc.desc : call the off method of signalInfoChange
155 * @tc.desc : call the on method of cellularDataConnectionStateChange
180 * @tc.desc : call the off method of cellularDataConnectionStateChange
203 * @tc.desc : call the on method of cellularDataFlowChange
227 * @tc.desc : call the off method of cellularDataFlowChange
250 * @tc.desc : call the on method of callStateChange
274 * @tc.desc : call the off method of callStateChange
[all …]
/test/xts/acts/security/dlp_permission_service/entry/src/main/ets/sandboxconfigpromise/
DSandboxConfigPromise.ets35 var method = <string> globalThis.want.parameters['ohos.dlp.params.method'];
36 if(method === 'set'){
/test/xts/acts/inputmethod/InputMethodTest_ets/entry/src/main/ets/test/
DinputMethodNormalJSUnit.test.ets37 * @tc.name Test Indicates the input method which will replace the current one.
70 * @tc.name Test Indicates the input method which will replace the current one.
108 * @tc.name Test Indicates the input method which will show softboard with calback.
138 * @tc.name Test Indicates the input method which will show softboard with Promise.
163 * @tc.name Test Indicates the input method which will hide softboard with calback.
193 * @tc.name Test Indicates the input method which will hide softboard with Promise.
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/src/main/js/test/
DNetworkManagerHttp.test.js67 method: netHttp.RequestMethod.GET, property
91 method: netHttp.RequestMethod.POST, property
112 method: netHttp.RequestMethod.PUT, property
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py37 for method in methods:
39 if method in cls.__dict__:
40 if cls.__dict__[method] is None:
/test/xts/acts/inputmethod/InputMethodTest_Stage/entry/src/main/ets/test/
DinputMethodNormalStageJSUnit.test.ets25 * @tc.name Switch current input method subtype.
79 * @tc.name Switch current input method subtype.
128 * @tc.name Switch current input method subtype.
170 * @tc.name Switch current input method subtype.
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_padding/entry/src/main/ets/test/padding/
DPaddingBaseTest.test.ets175 //Verify the method of setting top separately.
180 //Verify the method of setting right separately.
185 //Verify the method of setting bottom separately.
190 //Verify the method of setting left separately.

12345