Home
last modified time | relevance | path

Searched full:param (Results 7101 - 7125 of 8090) sorted by relevance

1...<<281282283284285286287288289290>>...324

/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM4BasicPromiseJsunit.test.js17 import { HuksCipherSM4 } from '../../../../../../../utils/param/cipher/publicCipherParam';
18 import { HksTag } from '../../../../../../../utils/param/publicParam';
19 import { stringToUint8Array, arrayEqual, checkSoftware } from '../../../../../../../utils/param/publicFunc';
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM4BasicPromiseJsunit.test.js17 import { HuksCipherSM4 } from '../../../../../../../utils/param/cipher/publicCipherParam';
18 import { HksTag } from '../../../../../../../utils/param/publicParam';
19 import { stringToUint8Array, arrayEqual, checkSoftware } from '../../../../../../../utils/param/publicFunc';
/test/xts/acts/communication_lite/wifiservice_hal/src/
H A Dwifiservice_func_test.c202 * @param : subsystem name is communication
203 * @param : module name is wifiaware
204 * @param : test suit name is WifiAwareReliTestSuite
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/src/
H A Ddbm_kv_store_func_test.c33 * @param : subsystem name is utils
34 * @param : module name is kvStore
35 * @param : test suit name is DBMKvStoreFuncTestSuite
/test/xts/acts/distributeddatamgr_lite/kv_store_hal/src/
H A Dkvstore_func_test.c36 * @param : subsystem name is utils
37 * @param : module name is kvStore
38 * @param : test suit name is KvStoreFuncTestSuite
/test/xts/acts/commonlibrary_lite/file_hal/src/
H A Dutils_file_func_test.c34 * @param : subsystem name is utils
35 * @param : module name is utilsFile
36 * @param : test suit name is UtilsFileFuncTestSuite
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp341 LOGE("The length param is invalid, length=0"); in AllocateBuffer()
364 LOGE("The length param is invalid, length=0"); in AllocateBuffer()
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dspacetobatchnd_builder_test.cpp214 * @tc.desc: Provide param type error to verify the abnormal behavior of the Build function
235 * @tc.desc: Provide param type error to verify the abnormal behavior of the Build function
/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_interface_service.c.txt151 const char* param, char* value, uint32_t valueLen)
417 const char* param, char* value, uint32_t valueLen)
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp307 * @param[in] env The environment that the Node-API call is invoked under
308 * @param[out] info An opaque datatype that is passed to a callback function
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp241 // but the moduleName of input param elementName is usually empty. in GetCallLocalRecord()
344 TAG_LOGD(AAFwkTag::LOCAL_CALL, "input param is nullptr"); in SetRecordAndContainer()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp368 std::string param = std::string(R"("sticky",{"state":)").append(state).append("},null"); in ResetFocusEffect() local
370 stickyEvent_(param); in ResetFocusEffect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h489 static void PostIdleTask(RefPtr<FrameNode> frameNode, const ListPredictLayoutParam& param);
502 static void PostIdleTaskV2(RefPtr<FrameNode> frameNode, const ListPredictLayoutParamV2& param,
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h131 void OnRouterPush(const std::string& param) override;
133 void OnMessage(const std::string& param) override;
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp447 std::string param = std::string(R"("change",{"rating":)").append(std::to_string(drawScore_).append("}")); in FireChangeEvent() local
448 onScoreChange_(param); in FireChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h109 // default setting, fill the max size of the layout param. Only under MAX, mainAxisAlign and FlexItem are valid
117 // fill the max size of the layout param in cross size of row/column.
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp54 // Component who does not have align Rules will have default offset and layout param in CollectNodesById()
260 // Use two confirmed boundaries to set item's layout param in CalcLayoutParam()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp155 std::string param = std::string(R"("change",{"index":)").append(std::to_string(currentIndex_).append("},null")); in FireContentChangeEvent() local
156 changeEvent_(param); in FireContentChangeEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp130 auto changeEvent = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode](bool param) { in ParseSelectObject()
134 auto newJSVal = JSRef<JSVal>::Make(ToJSValue(param)); in ParseSelectObject()
H A Djs_interactable_view.cpp330 const std::string& param) { in JsOnAccessibility()
335 func->Execute({ "eventType" }, param); in JsOnAccessibility()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DREADME.md114 hdc shell param set persist.ace.debug.enabled 0 (needs to be done once)
172 hdc shell "param set persist.ace.debug.enabled 0" (needs to be done once)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp437 JSRef<JSVal> param = itemDragInfo; in ItemDragEnterExecute() local
438 JsFunction::ExecuteJS(1, &param); in ItemDragEnterExecute()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h205 virtual void FireAsyncEvent(const std::string& eventId, const std::string& param) = 0;
208 virtual void FireSyncEvent(const std::string& eventId, const std::string& param) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h310 JsCommandCallDomElementMethod(NodeId nodeId, const std::string& method, const std::string& param) in JsCommandCallDomElementMethod() argument
311 : nodeId_(nodeId), method_(method), param_(param) in JsCommandCallDomElementMethod()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h319 void FireAsyncEvent(const std::string& eventId, const std::string& param) override;
322 void FireSyncEvent(const std::string& eventId, const std::string& param) override;

Completed in 33 milliseconds

1...<<281282283284285286287288289290>>...324