Home
last modified time | relevance | path

Searched defs:infos (Results 1 - 25 of 89) sorted by relevance

1234

/base/startup/init/services/begetctl/
H A Dinit_cmd_reboot.c50 CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
61 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR() local
H A Dmodulectl.c53 const CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dbootchart_cmd.c55 const CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dsetloglevel.c66 const CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
73 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dservice_control.c71 const CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
80 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dbegetctl_cmd.c158 const CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
166 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dappspawntime_cmd.c78 CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
82 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR() local
H A Dpartitionslot.cpp127 CmdInfo infos[] = { in MODULE_CONSTRUCTOR() local
150 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_kernel_info.cpp37 bool GetKernelInfo::GetKernel(const ValueMap &infos, uint64_t &totalValue) in GetKernel() argument
H A Dget_heap_info.cpp41 bool GetHeapInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos) in GetInfo() argument
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_data_storage.cpp30 SaveEntries( std::vector<OHOS::DistributedKv::Entry> allEntries, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) SaveEntries() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_remove.cpp39 auto &infos = removeInfo->params.bundleAndKeyInfo.value(); in NapiRemoveExecuteCallback() local
/base/notification/distributed_notification_service/test/systemtest/acts/ansDump/
H A DansDumpTest.cpp81 std::vector<std::string> infos; in HWTEST_F() local
/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_callback_stub.cpp40 std::vector<AppKeyInfo> infos; in OnRemoteRequest() local
/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_callback_proxy.cpp31 void El5FilekeyCallbackProxy::OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey() argument
/base/security/access_token/tools/accesstoken/src/
H A Dto_string.cpp23 DetailUsedRecordToString( bool isAccessDetail, const std::vector<UsedRecordDetail>& detailRecord, std::string& infos) DetailUsedRecordToString() argument
50 PermissionUsedRecordToString( const std::vector<PermissionUsedRecord>& permissionRecords, std::string& infos) PermissionUsedRecordToString() argument
69 BundleUsedRecordToString(const BundleUsedRecord& bundleRecord, std::string& infos) BundleUsedRecordToString() argument
87 PermissionUsedResultToString(const PermissionUsedResult& result, std::string& infos) PermissionUsedResultToString() argument
109 PermissionUsedTypeInfoToString(const PermissionUsedTypeInfo& info, std::string& infos) PermissionUsedTypeInfoToString() argument
[all...]
/base/security/huks/utils/file_iterative_reader/include/
H A Dhks_iterative_reader.h31 struct HksReadFileInfo *infos; member
/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/
H A Dimodule_update_fuzzer.cpp35 std::list<ModulePackageInfo> infos; in FuzzModuleUpdate() local
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp45 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey() argument
/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_unittest.cpp51 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey() argument
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dwindow_info_helper.cpp33 std::vector<sptr<Rosen::AccessibilityWindowInfo>> infos; in GetWindowScale() local
70 std::vector<sptr<Rosen::UnreliableWindowInfo>> infos; in CheckOtherWindowCoverComp() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp88 int32_t ModuleIpcHelper::ReadModulePackageInfos(MessageParcel &reply, std::list<ModulePackageInfo> &infos) in ReadModulePackageInfos() argument
94 int32_t ModuleIpcHelper::WriteModulePackageInfos(MessageParcel &data, const std::list<ModulePackageInfo> &infos) in WriteModulePackageInfos() argument
/base/inputmethod/imf/services/src/
H A Dfull_ime_info_manager.cpp73 std::vector<FullImeInfo> infos; in Add() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp76 void FoldAppUsageEventFactory::GetAppUsageInfo(std::vector<FoldAppUsageInfo> &infos) in GetAppUsageInfo() argument
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_data_storage.cpp114 SaveEntries( std::vector<OHOS::DistributedKv::Entry> allEntries, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) SaveEntries() argument

Completed in 8 milliseconds

1234