Home
last modified time | relevance | path

Searched refs:GenerateModuleKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp96 std::string key = GenerateModuleKey(bundleName, moduleName); in NotifyModuleRemovable()
120 std::string key = GenerateModuleKey(bundleName, moduleName); in NotifyModuleNotRemovable()
135 std::string FormBmsHelper::GenerateModuleKey(const std::string &bundleName, const std::string &modu… in GenerateModuleKey() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/
H A Dformbmshelper_fuzzer.cpp47 formBmsHelper.GenerateModuleKey(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h187 … std::string GenerateModuleKey(const std::string &bundleName, const std::string &moduleName) const;