Searched refs:method (Results 1 – 25 of 109) sorted by relevance
12345
27 * @tc.type method42 * @tc.type method57 * @tc.type method72 * @tc.type method87 * @tc.type method102 * @tc.type method117 * @tc.type method132 * @tc.type method235 * @tc.name test getString method in callback mode238 * @tc.type method[all …]
134 * @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 …]
175 * @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 …]
27 …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",
28 …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',
42 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos60 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos76 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos98 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos119 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos140 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos162 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos181 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos207 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos227 * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos[all …]
25 method: http.RequestMethod.GET, property32 method: http.RequestMethod.GET, property39 method: http.RequestMethod.GET, property
41 method = sys.argv[3] variable42 if method == "judgePart":
46 method = self.process_output_methods[0]47 if callable(method):48 return method(self, output, end_mark)
90 * @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 …]
35 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 …]
25 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 …]
31 * @tc.name HttpRequestOptions::method42 method: http.RequestMethod.GET,65 * @tc.name HttpRequestOptions::method76 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 …]
35 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,
70 ignoreMock(obj, method) { argument72 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);
74 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);
56 ignoreMock(obj, method) { argument58 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);
25 * @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.
53 * @tc.desc : call the on method of networkStateChange78 * @tc.desc : call the off method of networkStateChange104 * @tc.desc : call the on method of signalInfoChange128 * @tc.desc : call the off method of signalInfoChange155 * @tc.desc : call the on method of cellularDataConnectionStateChange180 * @tc.desc : call the off method of cellularDataConnectionStateChange203 * @tc.desc : call the on method of cellularDataFlowChange227 * @tc.desc : call the off method of cellularDataFlowChange250 * @tc.desc : call the on method of callStateChange274 * @tc.desc : call the off method of callStateChange[all …]
35 var method = <string> globalThis.want.parameters['ohos.dlp.params.method'];36 if(method === 'set'){
37 * @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.
67 method: netHttp.RequestMethod.GET, property91 method: netHttp.RequestMethod.POST, property112 method: netHttp.RequestMethod.PUT, property
37 for method in methods:39 if method in cls.__dict__:40 if cls.__dict__[method] is None:
25 * @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.
175 //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.