Home
last modified time | relevance | path

Searched refs:RemoveCommand (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_executor.h34 MOCK_METHOD1(RemoveCommand, void(std::shared_ptr<IAsyncCommand> command));
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_manager.h113 void RemoveCommand(const std::string &udid);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h45 void RemoveCommand(std::shared_ptr<IAsyncCommand> command);
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp80 void RemoteCommandManager::RemoveCommand(const std::string &udid) in RemoveCommand() function in OHOS::Security::AccessToken::RemoteCommandManager
210 RemoveCommand(nodeId); in NotifyDeviceOffline()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp154 void Executor::RemoveCommand(std::shared_ptr<IAsyncCommand> command) in RemoveCommand() function in OHOS::UserIam::UserAuth::Executor
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp173 executor->RemoveCommand(shared_from_this()); in EndProcess()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp368 g_executor->RemoveCommand(command); in FuzzExecutorCommand()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp247 executor->RemoveCommand(command2);
248 executor->RemoveCommand(command3);
249 executor->RemoveCommand(command3);