Home
last modified time | relevance | path

Searched refs:SetSCBCallStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h167 void SetSCBCallStatus(const std::string& bundleName, const std::string& abilityName,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dfree_install_manager_test.cpp396 …freeInstallManager_->SetSCBCallStatus("com.ix.hiservcie", "ServiceAbility", "2024-7-17 00:00:00", …
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp672 void FreeInstallManager::SetSCBCallStatus(const std::string& bundleName, const std::string& ability… in SetSCBCallStatus() function in OHOS::AAFwk::FreeInstallManager
H A Dability_manager_service.cpp2105 …freeInstallManager_->SetSCBCallStatus(want.GetElement().GetBundleName(), want.GetElement().GetAbil… in StartUIAbilityBySCB()