/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 82 ApiCallInfo in; variable 84 in.apiId_ = "UIEventObserver.once"; 85 in.callerObjRef_ = observerRef; 86 in.paramList_.push_back(uiElementInfo); 87 in.paramList_.push_back(callbackRef); 88 in.paramList_.push_back(DecAndGetRef(observerRef) == 0); 89 in.paramList_.push_back(DecAndGetRef(callbackRef) == 0); 90 server.Callback(in, ou 343 Callback(const ApiCallInfo& in, ApiReplyInfo& out) const Callback() argument 376 Call(const ApiCallInfo &in, ApiReplyInfo &out) const Call() argument 416 ApiTransact(const ApiCallInfo &in, ApiReplyInfo &out) ApiTransact() argument 489 APiCallInfoChecker(const ApiCallInfo &in, ApiReplyInfo &out) APiCallInfoChecker() argument 574 BackendObjectsCleaner(const ApiCallInfo &in, ApiReplyInfo &out) BackendObjectsCleaner() argument 597 ReadCallArg(const ApiCallInfo &in, size_t index) ReadCallArg() argument 604 ReadCallArg(const ApiCallInfo &in, size_t index, T defValue) ReadCallArg() argument 618 GenericOnAttrBuilder(const ApiCallInfo &in, ApiReplyInfo &out) GenericOnAttrBuilder() argument 1148 GenericComponentAttrGetter(const ApiCallInfo &in, ApiReplyInfo &out) GenericComponentAttrGetter() argument [all...] |
/test/testfwk/arkxtest/uitest/cj/ |
H A D | ui_event_observer_impl.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 73 static void InitCallbackContext(const ApiCallInfo &in, ApiReplyInfo &out, EventCallbackContext &ctx) in InitCallbackContext() argument 75 LOG_I("[UiEventObserverImpl]Handler api callback: %{public}s", in.apiId_.c_str()); in InitCallbackContext() 76 if (in.apiId_ != "UIEventObserver.once") { in InitCallbackContext() 77 out.exception_ = ApiCallErr(ERR_INTERNAL, "Api dose not support callback: " + in.apiId_); in InitCallbackContext() 81 DCHECK(in.paramList_.size() > INDEX_ZERO && in.paramList_.at(INDEX_ZERO).type() == detail::value_t::object); in InitCallbackContext() 82 DCHECK(in.paramList_.size() > INDEX_ONE && in in InitCallbackContext() 152 HandleEventCallback(const ApiCallInfo &in, ApiReplyInfo &out) HandleEventCallback() argument [all...] |
/test/testfwk/arkxtest/uitest/napi/ |
H A D | ui_event_observer_napi.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 61 // hold the jsObserver to avoid it be recycled, it's needed in performing callback in PreprocessCallOnce() 69 // hold the const to avoid it be recycled, it's needed in performing callback in PreprocessCallOnce() 90 static void InitCallbackContext(napi_env env, const ApiCallInfo &in, ApiReplyInfo &out, EventCallbackContext &ctx) in InitCallbackContext() argument 92 LOG_I("Handler api callback: %{public}s", in.apiId_.c_str()); in InitCallbackContext() 93 if (in.apiId_ != "UIEventObserver.once") { in InitCallbackContext() 94 out.exception_ = ApiCallErr(ERR_INTERNAL, "Api dose not support callback: " + in.apiId_); in InitCallbackContext() 99 DCHECK(in.paramList_.size() > INDEX_ZERO && in in InitCallbackContext() 131 HandleEventCallback(napi_env env, const ApiCallInfo &in, ApiReplyInfo &out) HandleEventCallback() argument [all...] |
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/ |
H A D | crypto_framework_digest_test.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 57 MdMultSpec *in = (MdMultSpec *)args; in OH_CryptoDigestMultUpdate() local 58 EXPECT_EQ(OH_CryptoDigest_Update(in->ctx, in->in), CRYPTO_SUCCESS); in OH_CryptoDigestMultUpdate() 96 Crypto_DataBlob in = { in HWTEST_P() local 105 ret = OH_CryptoDigest_Update(ctx, &in); in HWTEST_P() 144 Crypto_DataBlob in = { in HWTEST_F() local 154 EXPECT_EQ(OH_CryptoDigest_Update(nullptr, &in), CRYPTO_INVALID_PARAM in HWTEST_F() 172 Crypto_DataBlob in = { HWTEST_F() local 201 Crypto_DataBlob in = { HWTEST_P() local 235 Crypto_DataBlob in = { HWTEST_P() local 270 Crypto_DataBlob in = { HWTEST_P() local 343 Crypto_DataBlob in = { HWTEST_P() local [all...] |
/test/testfwk/arkxtest/uitest/test/ |
H A D | mock_controller.h | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 62 void AddWindowsAndNode(Window in, std::vector<MockAccessibilityElementInfo> eles) in AddWindowsAndNode() argument 64 testIn.emplace(in.id_, in); in AddWindowsAndNode() 65 windowNodeMap.emplace(in.id_, eles); in AddWindowsAndNode() 67 void RemoveWindowsAndNode(Window in) in RemoveWindowsAndNode() argument 69 testIn.erase(in.id_); in RemoveWindowsAndNode() 70 windowNodeMap.erase(in.id_); in RemoveWindowsAndNode()
|
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/communication/dsoftbus/rpcserver/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/multimedia/avsessionserver/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/communication/dsoftbus_request/rpcserver/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/dcts/filemanagement/fileio/server/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 29 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 30 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo Please set the NODE_HOME variable in your environment to match the 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/tools/sample/AppSampleD/ |
H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 8 :: Unless required by applicable law or agreed to in writing, software 30 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 61 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/tools/sample/AppSampleE/ |
H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 8 :: Unless required by applicable law or agreed to in writing, software 30 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 61 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/tools/sample/AppSampleF/ |
H A D | hvigorw.bat | 3 :: you may not use this file except in compliance with the License. 8 :: Unless required by applicable law or agreed to in writing, software 30 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 48 echo Please set the NODE_HOME variable in your environment to match the 59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 61 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/sample_lite/hcpptest_posix/src/ |
H A D | IsPrimeParamTest.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 24 int in; member 48 int in = GetParam().in; in TEST_P() local 49 EXPECT_EQ(out, IsPrimeNum(in)); in TEST_P()
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommand07/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintOneTest/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityamstest/actsbacktocallerabilitywithresulttest/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityamstest/systemappa/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsabilityrecoverytest/actsrecoveryability/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actsautofilltest/ActsAutoFillAutomaticTest/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|
/test/xts/acts/ability/ability_runtime/actscalltest/systemappcalleea/ |
H A D | hvigorw.bat | 3 @rem you may not use this file except in compliance with the License. 8 @rem Unless required by applicable law or agreed to in writing, software 34 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 35 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 55 echo Please set the NODE_HOME variable in your environment to match the
|