Home
last modified time | relevance | path

Searched refs:method (Results 1 - 25 of 29) sorted by relevance

12

/test/testfwk/arkxtest/jsunit/src/module/mock/
H A DMockKit.js74 ignoreMock(obj, method) {
78 if (typeof (method) !== 'function') {
81 let og = this.recordMockedMethod.get(method.propName);
83 obj[method.propName] = og;
84 this.recordMockedMethod.set(method.propName, undefined);
/test/testfwk/arkxtest/hamock/src/main/mock/
H A DMockKit.js62 ignoreMock(obj, method) {
66 if (typeof (method) !== 'function') {
69 let og = this.recordMockedMethod.get(method.propName);
71 obj[method.propName] = og;
72 this.recordMockedMethod.set(method.propName, undefined);
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.cpp174 char *method; in Start() local
175 OH_ArkWebResourceRequest_GetMethod(resourceRequest_, &method); in Start()
176 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod %{public}x", *method); in Start()
177 std::string method1(method); in Start()
H A Dtest_request.h47 const std::string method() { return method_; } in method() function in TestRequest
H A Dhello.cpp125 testMethod = testRequest->method().c_str(); in OnURLRequestStart()
159 OH_LOG_INFO(LOG_APP, "testRequest->method() %{public}s", testMethod.c_str()); in OnURLRequestStart()
/test/xts/tools/build/
H A DjudgePart.py43 method = sys.argv[3] variable
44 if method == "judgePart":
H A Dutils.py62 method = getattr(this_module, args.method_name)
69 method(**arguments)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dinterface.py37 for method in methods:
39 if method in cls.__dict__:
40 if cls.__dict__[method] is None:
/test/testfwk/xdevice/src/xdevice/_core/driver/
H A Dparser_lite.py46 method = self.process_output_methods[0]
47 return method(self, output, end_mark)
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A Dnapi_init.cpp20 #define DESCRIPTOR(jsmethod, method) \
21 { jsmethod, nullptr, method, nullptr, nullptr, nullptr, napi_default, nullptr }
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/entry/src/main/js/ServiceAbility1/
H A Dservice.js39 this.method();
47 method() {
48 console.log('ACTS_SerivceAbilityServer ====< method called.');
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/entry/src/main/js/ServiceAbility2/
H A Dservice.js39 this.method();
47 method() {
48 console.log('ACTS_SerivceAbilityServerSecond ====< method called.');
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
H A Drawfile_request.cpp93 char *method; in Start() local
94 OH_ArkWebResourceRequest_GetMethod(resourceRequest_, &method); in Start()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
H A Drawfile_request.cpp88 char *method; in Start() local
89 OH_ArkWebResourceRequest_GetMethod(resourceRequest_, &method); in Start()
/test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/entry/src/ohosTest/js/DataAbility/
H A Ddata.js37 call(uri, method, arg, extras) {
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
H A Dhello.cpp150 char *method; in StartRead() local
152 OH_ArkWebResourceRequest_GetMethod(resourceRequest_, &method); in StartRead()
/test/xts/tools/lite/build/
H A Dutils.py90 method = getattr(this_module, args.method_name)
99 method(**arguments)
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java104 @RequestMapping(value = "/edit", method = {RequestMethod.PUT, RequestMethod.POST})
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java121 @RequestMapping(value = "/edit", method = {RequestMethod.PUT, RequestMethod.POST})
H A DBusinessCommentController.java107 @RequestMapping(value = "/edit", method = {RequestMethod.PUT, RequestMethod.POST})
H A DGroupSiteController.java151 @RequestMapping(value = "/edit", method = {RequestMethod.PUT, RequestMethod.POST})
H A DBusinessController.java166 @RequestMapping(value = "/edit", method = {RequestMethod.PUT, RequestMethod.POST})
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/entry/src/ohosTest/js/test/
H A DHttpRequest2JsunitTest.test.js21 method: http.RequestMethod.GET,
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4155 void (*setCallbackMethod)(ArkUIAPICallbackMethod* method);
4671 void (*setCallbackMethod)(ArkUIAPICallbackMethod* method);
4892 void (*setCallbackMethod)(ArkUIAPICallbackMethod* method);
4902 void (*setCallbackMethod)(ArkUIAPICallbackMethod* method);
4904 // for ndk side, the custom method is not set in create.
5022 void (*setCallbackMethod)(ArkUIAPICallbackMethod* method);
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js8776 * @tc.desc: Insert some logic before the method. In implementation the method will be replaced with a
8777 * new function, which will execute 'before' with the args 'this' and the args of the original method, and
8778 * then execute the original method. The return value of the new function is returned by the original method.
8801 * @tc.desc: Insert some logic before the method. In implementation the method will be replaced with a
8802 * new function, which will execute 'before' with the args 'this' and the args of the original method, and
8803 * then execute the original method. The return value of the new function is returned by the original method
[all...]

Completed in 45 milliseconds

12