Searched refs:ClipStringContent (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_manager.h | 268 … void ClipStringContent(const std::regex &re, const std::string &source, std::string &afterCutStr);
|
H A D | app_mgr_service_inner.h | 1376 … 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 D | abilityappmgrapprunningmanager_fuzzer.cpp | 97 manager->ClipStringContent(re, jsonStr, jsonStr); in DoSomethingInterestingWithMyAPIadda()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_manager.cpp | 85 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
|