Home
last modified time | relevance | path

Searched refs:waittingTime (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dstatus_receiver_impl.cpp26 StatusReceiverImpl::StatusReceiverImpl(int32_t waittingTime) : waittingTime_(waittingTime) in StatusReceiverImpl() argument
H A Dbundle_command.cpp515 int32_t waittingTime = MINIMUM_WAITTING_TIME; in RunAsInstallCommand() local
619 if (!OHOS::StrToInt(optarg, waittingTime) || waittingTime < MINIMUM_WAITTING_TIME || in RunAsInstallCommand()
620 waittingTime > MAXIMUM_WAITTING_TIME) { in RunAsInstallCommand()
621 APP_LOGE("bm install with error waittingTime %{private}s", optarg); in RunAsInstallCommand()
696 int32_t installResult = InstallOperation(bundlePath, installParam, waittingTime, resultMsg); in RunAsInstallCommand()
2092 InstallParam &installParam, int32_t waittingTime, std::string &resultMsg) const in InstallOperation()
2101 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl(waittingTime)); in InstallOperation()
2091 InstallOperation(const std::vector<std::string> &bundlePaths, InstallParam &installParam, int32_t waittingTime, std::string &resultMsg) const InstallOperation() argument
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dstatus_receiver_impl.h26 StatusReceiverImpl(int32_t waittingTime);
H A Dbundle_command.h277 int32_t waittingTime, std::string &resultMsg) const;

Completed in 6 milliseconds