Home
last modified time | relevance | path

Searched defs:params (Results 651 - 675 of 2904) sorted by relevance

1...<<21222324252627282930>>...117

/foundation/ability/ability_runtime/test/moduletest/mission_dump_test/
H A Dmission_dump_test.cpp325 std::vector<std::string> params; in HWTEST_F() local
376 std::vector<std::string> params; in HWTEST_F() local
427 std::vector<std::string> params; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.cpp102 const OH_NN_UInt32Array params = TransformUInt32Array(paramIndices); in AddOperation() local
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Daccessibility_ability_command_first_test.cpp742 Accessibility::AccessibilityAbilityInitParams params; in HWTEST_F() local
773 Accessibility::AccessibilityAbilityInitParams params; in HWTEST_F() local
802 Accessibility::AccessibilityAbilityInitParams params; in HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp109 tflite::tools::ToolParams params; member in tflite::label_classify::DelegateProviders
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dtensor_mapping.h105 TfLiteAffineQuantization* params = reinterpret_cast<TfLiteAffineQuantization*>(tensor->quantization.params); in ConvertQuantParams() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dextension_plugin_info.cpp72 std::map<std::string, std::string> params = in ParseExtensions() local
/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/
H A Dstart_ability_implicit_module_test.cpp156 auto params = Ace::UIServiceMgrClient::GetInstance()->GetParams(); in HWTEST_F() local
189 auto params = Ace::UIServiceMgrClient::GetInstance()->GetParams(); in HWTEST_F() local
219 auto params = Ace::UIServiceMgrClient::GetInstance()->GetParams(); in HWTEST_F() local
249 auto params = Ace::UIServiceMgrClient::GetInstance()->GetParams(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_test.cpp220 AAFwk::WantParams params; in HWTEST_F() local
288 AAFwk::WantParams params; in HWTEST_F() local
306 AAFwk::WantParams params; in HWTEST_F() local
H A Dextension_ability_thread_test.cpp74 std::vector<std::string> params; in HWTEST_F() local
102 std::vector<std::string> params; in HWTEST_F() local
122 std::vector<std::string> params; in HWTEST_F() local
868 std::vector<std::string> params; in HWTEST_F() local
889 std::vector<std::string> params; in HWTEST_F() local
912 std::vector<std::string> params; HWTEST_F() local
[all...]
H A Dfa_ability_thread_test.cpp84 std::vector<std::string> params; in HWTEST_F() local
105 std::vector<std::string> params; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_sink.cpp165 AudioStandard::AudioRendererParams params; in SetParameters() local
228 AudioStandard::AudioRendererParams params; in GetParameters() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp229 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
259 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
285 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
310 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
334 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
359 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
385 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
409 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "soPath" }; HWTEST_F() local
439 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "" }; HWTEST_F() local
467 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, invalidParam, "soPath" }; HWTEST_F() local
495 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", invalidParam }; HWTEST_F() local
588 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
617 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
652 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
690 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
799 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
834 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
862 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/
H A Dability_manager_service_dialog_test.cpp138 auto params = systemDialogScheduler_->GetSelectorParams(dialogAppInfos); in HWTEST_F() local
155 auto params = systemDialogScheduler_->GetSelectorParams(dialogAppInfos); in HWTEST_F() local
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp325 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
358 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalAppName }; in HWTEST_F() local
392 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalClsName }; in HWTEST_F() local
426 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalFuncName }; in HWTEST_F() local
454 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() local
483 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
509 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
544 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
581 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
612 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
653 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
683 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_extension_test/
H A Dability_extension_test.cpp555 std::vector<std::string> params; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ability_object.cpp186 void CJAbilityObject::Dump(const std::vector<std::string>& params, std::vector<std::string>& info) const in Dump() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h68 void SetParams(const std::string& params) in SetParams() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp46 void RtspCommon::SplitParameter(std::list<std::string> &lines, std::list<std::pair<std::string, std::string>> &params) in SplitParameter() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp81 UIContentErrorCode CardFrontendDeclarative::RunPage(const std::string& url, const std::string& params) in RunPage() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.cpp68 auto params = curveStr.substr(leftEmbracePosition + 1, curveStr.length() - leftEmbracePosition - 2); in ParseOptionToMotion() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h53 std::string params; member
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp42 auto params = eventAction->GetValue("params"); in RouterEvent() local
113 auto params = eventAction->GetValue("params"); in BackgroundEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp46 std::string params; in DeclarativeParseRouteParams() local
61 std::string params = DeclarativeParseRouteParams(runtime, argv[0], ROUTE_KEY_PARAMS); in PagePush() local
79 std::string params = DeclarativeParseRouteParams(runtime, argv[0], ROUTE_KEY_PARAMS); in PageReplace() local
97 std::string params; in PageBack() local
[all...]
H A Djsi_timer_module.cpp119 uint32_t JsiTimerModule::AddCallBack(const shared_ptr<JsValue>& func, const std::vector<shared_ptr<JsValue>>& params) in AddCallBack() argument
139 GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, std::vector<shared_ptr<JsValue>>& params) GetCallBack() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp127 JSRef<JSVal> params[] = { fromVal, toVal, operation }; in Execute() local

Completed in 18 milliseconds

1...<<21222324252627282930>>...117