Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h268 … void ClipStringContent(const std::regex &re, const std::string &source, std::string &afterCutStr);
H A Dapp_mgr_service_inner.h1376 … void ClipStringContent(const std::regex &re, const std::string &source, std::string &afterCutStr);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp97 manager->ClipStringContent(re, jsonStr, jsonStr); in DoSomethingInterestingWithMyAPIadda()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp85 ClipStringContent(rule, bundleInfo.appId, signCode); in CreateAppRunningRecord()
122 ClipStringContent(rule, bundleInfo.appId, signCode); in CheckAppRunningRecordIsExist()
773 void AppRunningManager::ClipStringContent(const std::regex &re, const std::string &source, std::str… in ClipStringContent() function in OHOS::AppExecFwk::AppRunningManager