Searched refs:waittingTime (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | status_receiver_impl.cpp | 26 StatusReceiverImpl::StatusReceiverImpl(int32_t waittingTime) : waittingTime_(waittingTime) in StatusReceiverImpl() argument
|
H A D | bundle_command.cpp | 515 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 D | status_receiver_impl.h | 26 StatusReceiverImpl(int32_t waittingTime);
|
H A D | bundle_command.h | 277 int32_t waittingTime, std::string &resultMsg) const;
|
Completed in 6 milliseconds