Home
last modified time | relevance | path

Searched refs:AddCommand (Results 1 – 14 of 14) sorted by relevance

/base/startup/init/test/unittest/param/
Dtrigger_unittest.cpp140 int ret = AddCommand(trigger, cmdIndex, nullptr, nullptr); in TestAddTriggerForBoot()
142 ret = AddCommand(trigger, cmdIndex, "update: aaaaaaa", nullptr); in TestAddTriggerForBoot()
163 int ret = AddCommand(trigger, cmdIndex, nullptr, nullptr); in TestAddTriggerForParm()
165 ret = AddCommand(trigger, cmdIndex, "update: aaaaaaa", nullptr); in TestAddTriggerForParm()
364 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger1()
386 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger2()
411 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger3()
442 ret = AddCommand(trigger, cmdIndex, value, nullptr); in TestExecuteParamTrigger4()
467 int ret = AddCommand(trigger, testCmdIndex, value, nullptr); in TestExecuteParamTrigger5()
479 ret = AddCommand(trigger, testCmdIndex2, value, nullptr); in TestExecuteParamTrigger5()
/base/useriam/user_auth_framework/test/unittest/executors/mock/
Dmock_executor.h33 MOCK_METHOD1(AddCommand, void(std::shared_ptr<IAsyncCommand> command));
/base/security/access_token/services/tokensyncmanager/include/remote/
Dremote_command_manager.h77 int AddCommand(const std::string &udid, const std::shared_ptr<BaseRemoteCommand>& command);
Dremote_command_executor.h75 int AddCommand(const std::shared_ptr<BaseRemoteCommand>& ptrCommand);
/base/useriam/user_auth_framework/frameworks/native/executors/include/
Dexecutor.h43 void AddCommand(std::shared_ptr<IAsyncCommand> command);
/base/security/access_token/services/tokensyncmanager/src/remote/
Dremote_command_manager.cpp53 int RemoteCommandManager::AddCommand(const std::string &udid, const std::shared_ptr<BaseRemoteComma… in AddCommand() function in OHOS::Security::AccessToken::RemoteCommandManager
67 int result = executor->AddCommand(command); in AddCommand()
Dremote_command_executor.cpp100 int RemoteCommandExecutor::AddCommand(const std::shared_ptr<BaseRemoteCommand>& ptrCommand) in AddCommand() function in OHOS::Security::AccessToken::RemoteCommandExecutor
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dasync_command_base.cpp63 executor->AddCommand(shared_from_this()); in StartProcess()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
Dexecutor.cpp103 void Executor::AddCommand(std::shared_ptr<IAsyncCommand> command) in AddCommand() function in OHOS::UserIam::UserAuth::Executor
/base/startup/init/services/param/include/
Dtrigger_manager.h188 int AddCommand(JobNode *trigger, uint32_t cmdIndex, const char *content, const ConfigContext *cfgCo…
/base/startup/init/services/param/trigger/
Dtrigger_processor.c263 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content, cfgContext); in ParseTrigger_()
389 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content, NULL); // use default context in AddCompleteJob()
Dtrigger_manager.c28 int AddCommand(JobNode *trigger, uint32_t cmdKeyIndex, const char *content, const ConfigContext *cf… in AddCommand() function
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp241 executor->AddCommand(command1);
242 executor->AddCommand(command1);
243 executor->AddCommand(command2);
244 executor->AddCommand(command3);
248 executor->AddCommand(command3);
/base/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/
Dtoken_sync_service_test.cpp302 EXPECT_EQ(Constant::INVALID_COMMAND, executor->AddCommand(nullptr));
316 EXPECT_EQ(Constant::SUCCESS, executor->AddCommand(cmd));