Home
last modified time | relevance | path

Searched refs:bundlename (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutinfo_fuzzer/
H A Dshortcutinfo_fuzzer.cpp33 std::string bundlename (reinterpret_cast<const char*>(data), size); in fuzzelShortcutInfo()
34 oldShortcutInfo.bundleName = bundlename; in fuzzelShortcutInfo()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/applicationinfo_fuzzer/
H A Dapplicationinfo_fuzzer.cpp30 std::string bundlename (reinterpret_cast<const char*>(data), size); in fuzzapplicationinfounmarshalling()
31 applicationInfo.bundleName = bundlename; in fuzzapplicationinfounmarshalling()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp77 LOGD("%{public}s enter, para bundlename: %{public}s", in IsHeldWifiProtect()
83 LOGI("%{public}s app bundlename: %{public}s has held wifi protect", in IsHeldWifiProtect()
154 LOGD("%{public}s mode: %{public}d, bundlename: %{public}s", in GetNearlyProtectMode()
278 LOGI("%{public}s enter bundlename: %{public}s", __func__, name.c_str()); in GetNearlyProtectMode()
280 LOGE("invalid bundlename: %{public}s", name.c_str()); in GetNearlyProtectMode()
408 LOGD("%{public}s bundlename %{public}s state %{public}d.", in GetNearlyProtectMode()
416 void WifiProtectManager::OnAppDied(const std::string bundlename) in GetNearlyProtectMode() argument
418 LOGD("Enter %{public}s, remove app bundlename %{public}s.", in GetNearlyProtectMode()
419 __func__, bundlename.c_str()); in GetNearlyProtectMode()
424 if ((*iter)->GetName() == bundlename) { in GetNearlyProtectMode()
[all...]
H A Dwifi_protect_manager.h127 void OnAppDied(const std::string bundlename);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp533 std::vector<uint8_t> RdbSecurityManager::GenerateRootKeyAlias(const std::string &bundlename) in GenerateRootKeyAlias() argument
537 rootKeyAlias.insert(rootKeyAlias.end(), bundlename.begin(), bundlename.end()); in GenerateRootKeyAlias()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp211 std::string bundlename = pasteData2.GetBundleName(); in FuzzPasteData002() local
213 PasteboardClient::GetInstance()->GetDataSource(bundlename); in FuzzPasteData002()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2134 std::string bundlename = data.ReadString(); in HandleGetFormsInfoByApp() local
2136 bool ret = GetFormsInfoByApp(bundlename, infos); in HandleGetFormsInfoByApp()
2154 std::string bundlename = data.ReadString(); in HandleGetFormsInfoByModule() local
2157 bool ret = GetFormsInfoByModule(bundlename, modulename, infos); in HandleGetFormsInfoByModule()
2175 std::string bundlename = data.ReadString(); in HandleGetShortcutInfos() local
2177 bool ret = GetShortcutInfos(bundlename, infos); in HandleGetShortcutInfos()
2195 std::string bundlename = data.ReadString(); in HandleGetShortcutInfoV9() local
2198 ErrCode ret = GetShortcutInfoV9(bundlename, infos, userId); in HandleGetShortcutInfoV9()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp684 std::string bundlename = currentStats_[idx]->events_.events_[i].bundleName_; in PrintInMemEventStats() local
689 "bundlename is %{public}s, eventid is %{public}d, timestamp is %{public}lld, uid is %{public}d", in PrintInMemEventStats()
690 abilityId.c_str(), abilityname.c_str(), bundlename.c_str(), eventid, (long long)timestamp, uid); in PrintInMemEventStats()

Completed in 12 milliseconds