Home
last modified time | relevance | path

Searched refs:ShellCommandResult (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_result.cpp22 bool ShellCommandResult::Marshalling(Parcel& parcel) const in Marshalling()
37 bool ShellCommandResult::ReadFromParcel(Parcel& parcel) in ReadFromParcel()
44 ShellCommandResult* ShellCommandResult::Unmarshalling(Parcel& parcel) in Unmarshalling()
46 ShellCommandResult* result = new (std::nothrow) ShellCommandResult(); in Unmarshalling()
H A Dtest_observer_proxy.cpp91 ShellCommandResult TestObserverProxy::ExecuteShellCommand( in ExecuteShellCommand()
96 ShellCommandResult result; in ExecuteShellCommand()
121 ShellCommandResult* resultPtr = reply.ReadParcelable<ShellCommandResult>(); in ExecuteShellCommand()
H A Dshell_command_executor.cpp35 ShellCommandResult ShellCommandExecutor::WaitWorkDone() in WaitWorkDone()
55 ShellCommandResult realResult; in WaitWorkDone()
H A Dtest_observer_stub.cpp53 ShellCommandResult result = ExecuteShellCommand(cmd, timeoutSecs); in OnRemoteRequest()
55 TAG_LOGE(AAFwkTag::AA_TOOL, "write ShellCommandResult failed"); in OnRemoteRequest()
H A Dtest_observer.cpp56 ShellCommandResult TestObserver::ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_result.h24 struct ShellCommandResult : public Parcelable { struct
30 static ShellCommandResult* Unmarshalling(Parcel& parcel);
H A Dshell_command_executor.h48 ShellCommandResult WaitWorkDone();
56 ShellCommandResult cmdResult_;
H A Ditest_observer.h51 virtual ShellCommandResult ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) = 0;
H A Dtest_observer_proxy.h60 virtual ShellCommandResult ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) override;
H A Dtest_observer.h58 virtual ShellCommandResult ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) override;
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dmock_test_observer_stub.cpp34 ShellCommandResult MockTestObserverStub::ExecuteShellCommand( in ExecuteShellCommand()
38 return ShellCommandResult(); in ExecuteShellCommand()
H A Dshell_command_result_test.cpp59 ShellCommandResult shellCmd; in HWTEST_F()
74 ShellCommandResult shellCmd; in HWTEST_F()
H A Dmock_test_observer_stub.h31 ShellCommandResult ExecuteShellCommand(
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_test_observer_stub.cpp40 ShellCommandResult MockTestObserverStub::ExecuteShellCommand( in ExecuteShellCommand()
43 return ShellCommandResult(); in ExecuteShellCommand()
H A Dmock_test_observer_stub.h33 ShellCommandResult ExecuteShellCommand(
/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
H A Dshell_command_result_module_test.cpp60 ShellCommandResult shellCmd; in HWTEST_F()
75 ShellCommandResult shellCmd; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dshell_cmd_result.cpp24 ShellCmdResult::ShellCmdResult(const AAFwk::ShellCommandResult &result) in ShellCmdResult()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dshell_cmd_result.h42 * @param result Indicates the ShellCommandResult object that already exists.
44 explicit ShellCmdResult(const AAFwk::ShellCommandResult &result);

Completed in 8 milliseconds