Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 145) sorted by relevance

123456

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_standard_test.cpp57 static void runAppSpawn(struct AppSpawnContent_ *content, int argc, char *const argv[]) in runAppSpawn()
60 static int setAppSandbox(struct AppSpawnContent_ *content, AppSpawnClient *client) in setAppSandbox()
65 static int setKeepCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in setKeepCapabilities()
70 static int setFileDescriptors(struct AppSpawnContent_ *content, AppSpawnClient *client) in setFileDescriptors()
75 static int setProcessName(struct AppSpawnContent_ *content, AppSpawnClient *client, in setProcessName()
81 static int setUidGid(struct AppSpawnContent_ *content, AppSpawnClient *client) in setUidGid()
86 static int setCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in setCapabilities()
149 AppSpawnContent *content = AppSpawnCreateContent("AppSpawn", longProcName, longProcNameLen, 1); variable
231 …AppSpawnContent *content = AppSpawnCreateContent("AppSpawn", (char*)longProcName.c_str(), longProc… variable
260 …AppSpawnContent *content = AppSpawnCreateContent("AppSpawn", (char*)longProcName.c_str(), longProc… variable
[all …]
/base/startup/appspawn/adapter/
Dappspawn_adapter.cpp30 void SetAppAccessToken(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetAppAccessToken()
38 void SetSelinuxCon(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetSelinuxCon()
54 void SetUidGidFilter(struct AppSpawnContent_ *content) in SetUidGidFilter()
65 void SetSeccompFilter(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetSeccompFilter()
Dappspawn_ace.cpp25 void LoadExtendLib(AppSpawnContent *content) in LoadExtendLib()
73 void RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor()
/base/startup/appspawn/standard/
Dappspawn_process.c41 static int SetAsanEnabledEnv(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetAsanEnabledEnv()
68 static int SetProcessName(struct AppSpawnContent_ *content, AppSpawnClient *client, in SetProcessName()
104 static int SetKeepCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetKeepCapabilities()
115 static int SetCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetCapabilities()
155 static void InitDebugParams(struct AppSpawnContent_ *content, AppSpawnClient *client) in InitDebugParams()
179 static void ClearEnvironment(AppSpawnContent *content, AppSpawnClient *client) in ClearEnvironment()
196 static int SetUidGid(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetUidGid()
240 static int32_t SetFileDescriptors(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetFileDescriptors()
290 static int GetWrapBundleNameValue(struct AppSpawnContent_ *content, AppSpawnClient *client) in GetWrapBundleNameValue()
307 static int ColdStartApp(struct AppSpawnContent_ *content, AppSpawnClient *client) in ColdStartApp()
[all …]
/base/startup/appspawn/lite/
Dappspawn_process.c83 static int SetProcessName(struct AppSpawnContent_ *content, AppSpawnClient *client, in SetProcessName()
90 static int SetKeepCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetKeepCapabilities()
102 static int SetUidGid(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetUidGid()
131 static int SetCapabilities(struct AppSpawnContent_ *content, AppSpawnClient *client) in SetCapabilities()
164 static void RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor()
180 void SetContentFunction(AppSpawnContent *content) in SetContentFunction()
/base/startup/init/services/param/trigger/
Dtrigger_processor.c32 static int DoTriggerExecute_(const TriggerNode *trigger, const char *content, uint32_t size) in DoTriggerExecute_()
47 static int DoTriggerCheckResult(TriggerNode *trigger, const char *content, uint32_t size) in DoTriggerCheckResult()
61 static int ExecuteTriggerImmediately(TriggerNode *trigger, const char *content, uint32_t size) in ExecuteTriggerImmediately()
77 static void StartTriggerExecute_(TriggerNode *trigger, const char *content, uint32_t size) in StartTriggerExecute_()
110 uint64_t eventId, const uint8_t *content, uint32_t size) in ProcessBeforeEvent()
147 static void SendTriggerEvent(int type, const char *content, uint32_t contentLen) in SendTriggerEvent()
169 void PostTrigger(EventType type, const char *content, uint32_t contentLen) in PostTrigger()
195 static int GetCommandInfo(const char *cmdLine, int *cmdKeyIndex, char **content) in GetCommandInfo()
253 char *content = NULL; in ParseTrigger_() local
375 char *content = NULL; in AddCompleteJob() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp564 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); variable
637 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); variable
699 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); variable
769 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(conversationC… variable
808 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(multiLineCont… variable
847 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(pictureConten… variable
887 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(longTextConte… variable
921 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
964 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
1013 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
[all …]
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp31 void StringUtils::StringSplit(const string &content, const string &split, vector<string> &result) in StringSplit()
36 bool StringUtils::IsBegin(const string &content, const string &begin) in IsBegin()
44 bool StringUtils::IsEnd(const string &content, const string &end) in IsEnd()
53 bool StringUtils::IsContain(const string &content, const string &contain) in IsContain()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp143 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
167 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
194 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
219 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
244 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
269 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
293 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
317 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
341 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
365 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
[all …]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dapi_dumper.cpp69 void APIDumper::AddApiRetIntoResult(const char* content, const std::string& title) in AddApiRetIntoResult()
80 void APIDumper::AddApiRetIntoResult(int content, const std::string& title) in AddApiRetIntoResult()
Dzip_output.cpp74 const char* content = line.c_str(); in Execute() local
130 DumpStatus ZipOutput::CompressBigLine(const char* content, uint16_t size) in CompressBigLine()
/base/update/updater/services/script/script_instruction/
Dscript_updateprocesser.cpp29 std::string content; in Execute() local
45 std::string content; in Execute() local
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Dpeer_binder_catcher.cpp64 std::string content = binderPath_ + " : file isn't exists\r\n"; in Catch() local
71 std::string content = "PeerBinder pids is empty\r\n"; in Catch() local
159 std::string content = "open binder file failed :" + path + "\r\n"; in GetBinderPeerPids() local
195 …std::string content = "PeerBinderCatcher start catcher stacktrace for pid : " + std::to_string(pi… in CatcherStacktrace() local
/base/startup/appspawn/common/
Dappspawn_server.c62 static void NotifyResToParent(struct AppSpawnContent_ *content, AppSpawnClient *client, int result) in NotifyResToParent()
98 int DoStartApp(struct AppSpawnContent_ *content, AppSpawnClient *client, char *longProcName, uint32… in DoStartApp()
155 struct AppSpawnContent_ *content = sandbox->content; local
/base/telephony/call_manager/services/call/call_state_observer/src/
Dincoming_call_notification.cpp62 sptr<CallBase> &callObjectPtr, bool isSendSms, std::string content) in IncomingCallHungUp()
86 std::shared_ptr<Notification::NotificationContent> content = in PublishIncomingCallNotification() local
Dmissed_call_notification.cpp93 std::shared_ptr<Notification::NotificationContent> content = in PublishMissedCallNotification() local
121 …otification::IncomingCallHungUp(sptr<CallBase> &callObjectPtr, bool isSendSms, std::string content) in IncomingCallHungUp()
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dfile_util.cpp36 bool LoadStringFromFile(const std::string& filePath, std::string& content) in LoadStringFromFile()
41 bool LoadStringFromFd(int fd, std::string& content) in LoadStringFromFd()
46 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile()
51 bool SaveStringToFd(int fd, const std::string& content) in SaveStringToFd()
56 bool LoadBufferFromFile(const std::string& filePath, std::vector<char>& content) in LoadBufferFromFile()
61 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile()
/base/hiviewdfx/faultloggerd/utils/
Dfile_ex.cpp33 bool LoadStringFromFile(const string& filePath, string& content) in LoadStringFromFile()
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp69 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitTextRequest() local
82 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitWantAgentRequest() local
96 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(mediaContent); in InitButtonRequest() local
/base/startup/init/services/param/linux/
Dparam_message.c52 ParamMsgContent *content = (ParamMsgContent *)(request->data + offset); in FillParamMsgContent() local
89 ParamMsgContent *content = (ParamMsgContent *)(msg->data + *offset); in GetNextContent() local
/base/hiviewdfx/hiview/adapter/utility/
Dfile_util.cpp40 bool LoadStringFromFile(const string& filePath, string& content) in LoadStringFromFile()
59 bool LoadBufferFromNodeFile(const string& filePath, vector<char>& content) in LoadBufferFromNodeFile()
91 bool LoadBufferFromFile(const std::string& filePath, std::vector<char>& content) in LoadBufferFromFile()
125 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile()
150 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated) in SaveBufferToFile()
/base/account/os_account/frameworks/common/file_operator/src/
Daccount_file_operator.cpp74 …AccountFileOperator::InputFileByPathAndContent(const std::string &path, const std::string &content) in InputFileByPathAndContent()
118 ErrCode AccountFileOperator::GetFileContentByPath(const std::string &path, std::string &content) in GetFileContentByPath()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp228 std::string content = "this is normal content"; variable
242 std::string content = "this is content with special characters: ~!@#$%^&*()-+"; variable
256 std::string content = "this is normal content"; variable
270 std::string content = "this is content with special characters: ~!@#$%^&*()-+"; variable
284 std::string content = "this is normal content"; variable
298 std::string content = "this is content with special characters: ~!@#$%^&*()-+"; variable
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp415 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
454 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
493 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(normalContent… variable
532 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(longTextConte… variable
584 …std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(pictureConten… variable
625 … std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(contentImpl); variable
677 … std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(contentImpl); variable
723 … std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(contentImpl); variable
768 … std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(contentImpl); variable
809 … std::shared_ptr<NotificationContent> content = std::make_shared<NotificationContent>(contentImpl); variable
[all …]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Ddump_compressor.h29 char content[MAX_COMPRESS_BUFFER_SIZE] = { 0 }; member

123456