Home
last modified time | relevance | path

Searched refs:ClientProcessResult (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_executor.h137 int ClientProcessResult(const std::shared_ptr<BaseRemoteCommand>& ptrCommand);
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp255 int code = ClientProcessResult(ptrCommand); in ExecuteRemoteCommand()
292 int32_t result = ClientProcessResult(ptrResponseCommand); in ExecuteRemoteCommand()
313 int RemoteCommandExecutor::ClientProcessResult(const std::shared_ptr<BaseRemoteCommand>& ptrCommand) in ClientProcessResult() function in OHOS::Security::AccessToken::RemoteCommandExecutor
/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp401 * @tc.desc: RemoteCommandExecutor::ClientProcessResult function test
411 EXPECT_EQ(Constant::FAILURE, executor->ClientProcessResult(cmd)); in HWTEST_F()
416 * @tc.desc: RemoteCommandExecutor::ClientProcessResult function test
426 EXPECT_EQ(Constant::SUCCESS, executor->ClientProcessResult(cmd)); in HWTEST_F()
428 EXPECT_EQ(Constant::FAILURE, executor->ClientProcessResult(cmd)); in HWTEST_F()

Completed in 4 milliseconds