/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | main.cpp | 20 OHOS::MMI::InputManagerCommand command; in main() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/ |
H A D | main.cpp | 27 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeAddChild>(1, 1, 1); in main() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/command/ |
H A D | command.h | 28 Command(const Command &command) = delete; member in OHOS::Media::MediaTool::Command 29 Command(Command &&command) = delete; member in OHOS::Media::MediaTool::Command 30 Command &operator=(const Command &command) = delete; member in OHOS::Media::MediaTool::Command 31 Command &operator=(Command &&command) = delete; member in OHOS::Media::MediaTool::Command
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_effect_node.cpp | 35 std::unique_ptr<RSCommand> command = std::make_unique<RSEffectNodeCreate>(node->GetId(), isTextureExportNode); in Create() local 46 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze() local
|
/foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
H A D | aa_command_dump_system_test.cpp | 73 std::string command = "aa dump -a"; in HWTEST_F() local 96 std::string command = "aa dump -d"; in HWTEST_F() local 119 std::string command = "aa dump -d"; in HWTEST_F() local
|
H A D | aa_command_stop_service_system_test.cpp | 68 std::string command = "aa stop-service -d " + STRING_DEVICE_NAME + " -a " + STRING_SERVICE_ABILITY_NAME_INVALID + in HWTEST_F() local
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | main.cpp | 49 const char *command = argv[1]; in SetOptions() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_state_manager.cpp | 27 void ImageStateManager::HandleCommand(ImageLoadingCommand command) in HandleCommand() argument 74 HandleCommandByUnloadedState(ImageLoadingCommand command) HandleCommandByUnloadedState() argument 82 HandleCommandByDataLoadingState(ImageLoadingCommand command) HandleCommandByDataLoadingState() argument 91 HandleCommandByDataReadyState(ImageLoadingCommand command) HandleCommandByDataReadyState() argument 99 HandleCommandByMakeCanvasImageState(ImageLoadingCommand command) HandleCommandByMakeCanvasImageState() argument 108 HandleCommandByLoadSuccessState(ImageLoadingCommand command) HandleCommandByLoadSuccessState() argument 116 HandleCommandByLoadFailState(ImageLoadingCommand command) HandleCommandByLoadFailState() argument [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | thp_extra_manager_impl.cpp | 74 const char* THPExtraManagerImpl::ThpExtraRunCommand(const char* command, const char* parameters) in ThpExtraRunCommand() argument
|
H A D | thp_extra_manager_impl.h | 38 const char* (*ThpExtraRunCommand_)(const char* command, const char* parameters) {}; in ThpExtraRunCommand_() argument
|
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/ |
H A D | bm_command_install_system_test.cpp | 83 std::string command = "bm install -p " + STRING_BUNDLE_PATH_INVALID; in HWTEST_F() local 103 std::string command = "bm install -p " + STRING_BUNDLE_PATH + " -r"; in HWTEST_F() local
|
H A D | bm_command_dump_system_test.cpp | 71 std::string command = "bm dump -a"; in HWTEST_F() local 94 std::string command = "bm dump -n " + STRING_BUNDLE_NAME; in HWTEST_F() local 111 std::string command = "bm dump -n " + STRING_BUNDLE_NAME_INVALID; in HWTEST_F() local
|
H A D | bm_command_uninstall_system_test.cpp | 83 std::string command = "bm uninstall -n " + STRING_BUNDLE_NAME_INVALID; in HWTEST_F() local
|
H A D | tool_system_test.cpp | 28 std::string ToolSystemTest::ExecuteCommand(const std::string& command) in ExecuteCommand() argument 51 std::string command = "bm install -p " + bundlePath; in InstallBundle() local 62 std::string command = "bm uninstall -n " + bundleName; in UninstallBundle() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_message_processor_test.cpp | 99 std::unique_ptr<RSCommand> command = nullptr;
in HWTEST_F() local 121 std::unique_ptr<RSCommand> command = nullptr;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_message_processor.cpp | 36 void RSMessageProcessor::AddUIMessage(uint32_t pid, std::unique_ptr<RSCommand>& command) in AddUIMessage() argument 48 void RSMessageProcessor::AddUIMessage(uint32_t pid, std::unique_ptr<RSCommand>&& command) in AddUIMessage() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_message_processor_test.cpp | 99 std::unique_ptr<RSCommand> command = nullptr;
in HWTEST_F() local 139 std::unique_ptr<RSCommand> command = nullptr;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_network_test.cpp | 64 std::string command = ""; in HWTEST_F() local [all...] |
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/ |
H A D | oh_av_session_callbackimpl_test.cpp | 62 AVSession_ControlCommand command = CONTROL_CMD_PLAY; in HWTEST_F() local 86 AVSession_ControlCommand command = CONTROL_CMD_PLAY; in HWTEST_F() local 109 AVSession_ControlCommand command = CONTROL_CMD_PLAY; in HWTEST_F() local 133 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 157 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 180 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 204 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 227 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 251 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local 274 AVSession_ControlCommand command = CONTROL_CMD_PLAY; HWTEST_F() local [all...] |
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_command_process.cpp | 29 int32_t RemoteSessionCommandProcess::ProcessCastAudioCommand(const RemoteServiceCommand command, in ProcessCastAudioCommand() argument
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | wifi_direct_processor.h | 48 bool CanAcceptNegotiateData(WifiDirectCommand &command) in CanAcceptNegotiateData() argument
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_event_cmd.cpp | 73 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
H A D | dcamera_info_cmd.cpp | 75 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
H A D | dcamera_metadata_setting_cmd.cpp | 85 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
H A D | dcamera_open_info_cmd.cpp | 75 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|