Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 115) sorted by relevance

12345

/base/startup/appspawn/test/moduletest/plugin-sample/
Dappspawn_plugin_sample.c45 static int TestPluginPreFork(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreFork()
51 static int TestPluginPreReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreReply()
57 static int TestPluginPostReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPostReply()
63 static int ChildPreColdBoot(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreColdBoot()
68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property) in ChildExecute()
73 static int ChildPreRely(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreRely()
78 static int ChildPostRely(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPostRely()
83 static int ChildPreRun(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreRun()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_child_test.cpp77 AppSpawningCtx *property = nullptr; variable
114 AppSpawningCtx *property = nullptr; variable
151 AppSpawningCtx *property = nullptr; variable
190 AppSpawningCtx *property = nullptr; variable
230 AppSpawningCtx *property = nullptr; variable
271 AppSpawningCtx *property = nullptr; variable
319 AppSpawningCtx *property = nullptr; variable
356 AppSpawningCtx *property = nullptr; variable
397 AppSpawningCtx *property = nullptr; variable
440 AppSpawningCtx *property = nullptr; variable
[all …]
Dapp_spawn_sandbox_new_test.cpp318 static SandboxContext *TestGetSandboxContext(const AppSpawningCtx *property, int nwebspawn) in TestGetSandboxContext()
727 AppSpawningCtx *property = nullptr; variable
767 AppSpawningCtx *property = nullptr; variable
809 AppSpawningCtx *property = nullptr; variable
851 AppSpawningCtx *property = nullptr; variable
1158 AppSpawningCtx *property = nullptr; variable
1211 AppSpawningCtx *property = nullptr; variable
1263 AppSpawningCtx *property = nullptr; variable
1323 AppSpawningCtx *property = nullptr; variable
1374 AppSpawningCtx *property = nullptr; variable
[all …]
/base/startup/appspawn/modules/common/
Dappspawn_common.c64 static int SetProcessName(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetProcessName()
97 static int SetKeepCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetKeepCapabilities()
111 static int SetCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetCapabilities()
150 static void InitDebugParams(const AppSpawnMgr *content, const AppSpawningCtx *property) in InitDebugParams()
175 static void ClearEnvironment(const AppSpawnMgr *content, const AppSpawningCtx *property) in ClearEnvironment()
189 static int SetXpmConfig(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetXpmConfig()
212 static int SetUidGid(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetUidGid()
256 static int32_t SetFileDescriptors(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetFileDescriptors()
314 static int32_t WaitForDebugger(const AppSpawningCtx *property) in WaitForDebugger()
338 static int SpawnInitSpawningEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnInitSpawningEnv()
[all …]
Dappspawn_adapter.cpp41 int SetAppAccessToken(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetAppAccessToken()
65 int SetSelinuxCon(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetSelinuxCon()
126 int SetSeccompFilter(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetSeccompFilter()
143 int SetInternetPermission(const AppSpawningCtx *property) in SetInternetPermission()
156 void InitAppCommonEnv(const AppSpawningCtx *property) in InitAppCommonEnv()
170 int32_t SetEnvInfo(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetEnvInfo()
Dappspawn_begetctl.c68 APPSPAWN_STATIC int RunBegetctlBootApp(AppSpawnMgr *content, AppSpawningCtx *property) in RunBegetctlBootApp()
Dappspawn_namespace.c236 static int PreForkSetPidNamespace(AppSpawnMgr *content, AppSpawningCtx *property) in PreForkSetPidNamespace()
248 static int PostForkSetPidNamespace(AppSpawnMgr *content, AppSpawningCtx *property) in PostForkSetPidNamespace()
/base/startup/appspawn/modules/asan/
Dasan_detector.c26 static int SetAsanEnabledEnv(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetAsanEnabledEnv()
58 static void SetGwpAsanEnabled(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetGwpAsanEnabled()
89 static int AsanSpawnGetSpawningFlag(AppSpawnMgr *content, AppSpawningCtx *property) in AsanSpawnGetSpawningFlag()
108 static int AsanSpawnInitSpawningEnv(AppSpawnMgr *content, AppSpawningCtx *property) in AsanSpawnInitSpawningEnv()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_manager_test.cpp422 DlpProperty property; variable
459 DlpProperty property; variable
482 DlpProperty property; variable
512 DlpProperty property; variable
536 DlpProperty property; variable
564 DlpProperty property; variable
584 DlpProperty property; variable
604 DlpProperty property; variable
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp106 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp() local
302 for (const auto &property : properties) { variable
356 Property property = { .name = newImeBundleName }; variable
377 Property property = { .name = bundleName }; variable
398 std::shared_ptr<Property> property = std::make_shared<Property>(); variable
441 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); variable
461 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); variable
481 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); variable
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_client_test.cpp227 AppSpawningCtx *property = nullptr; variable
262 AppSpawningCtx *property = nullptr; variable
302 AppSpawningCtx *property = nullptr; variable
342 AppSpawningCtx *property = nullptr; variable
378 AppSpawningCtx *property = nullptr; variable
414 AppSpawningCtx *property = nullptr; variable
450 AppSpawningCtx *property = nullptr; variable
485 AppSpawningCtx *property = nullptr; variable
537 AppSpawningCtx *property = nullptr; variable
589 AppSpawningCtx *property = nullptr; variable
[all …]
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_osal.cpp26 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner()
35 std::string GetPropertyInner(const std::string& property, const std::string& value) in GetPropertyInner()
/base/startup/appspawn/standard/
Dappspawn_service.c358 APPSPAWN_STATIC int WriteMsgToChild(AppSpawningCtx *property, bool isNweb) in WriteMsgToChild()
381 static int InitForkContext(AppSpawningCtx *property) in InitForkContext()
394 static int AddChildWatcher(AppSpawningCtx *property) in AddChildWatcher()
435 AppSpawningCtx *property = CreateAppSpawningCtx(); in ProcessSpawnReqMsg() local
476 AppSpawningCtx *property = GetAppSpawningCtxByPid(pid); in WaitChildDied() local
487 AppSpawningCtx *property = (AppSpawningCtx *)context; in WaitChildTimeout() local
499 AppSpawningCtx *property = (AppSpawningCtx *)context; in ProcessChildResponse() local
544 AppSpawningCtx *property = (AppSpawningCtx *)client; in NotifyResToParent() local
599 AppSpawningCtx *property = (AppSpawningCtx *)client; in AppSpawnColdStartApp() local
635 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppSpawningCtxFromArg() local
[all …]
Dappspawn_manager.h187 APPSPAWN_INLINE int IsDeveloperModeOn(const AppSpawningCtx *property) in IsDeveloperModeOn()
198 APPSPAWN_INLINE const char *GetProcessName(const AppSpawningCtx *property) in GetProcessName()
206 APPSPAWN_INLINE const char *GetBundleName(const AppSpawningCtx *property) in GetBundleName()
218 APPSPAWN_INLINE void *GetAppProperty(const AppSpawningCtx *property, uint32_t type) in GetAppProperty()
225 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t … in GetAppPropertyExt()
233 APPSPAWN_INLINE int CheckAppMsgFlagsSet(const AppSpawningCtx *property, uint32_t index) in CheckAppMsgFlagsSet()
240 APPSPAWN_INLINE int CheckAppPermissionFlagSet(const AppSpawningCtx *property, uint32_t index) in CheckAppPermissionFlagSet()
247 APPSPAWN_INLINE int SetAppPermissionFlags(const AppSpawningCtx *property, uint32_t index) in SetAppPermissionFlags()
Dappspawn_appmgr.c73 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); in SpawningQueueDestroy() local
254 AppSpawningCtx *property = (AppSpawningCtx *)malloc(sizeof(AppSpawningCtx)); in CreateAppSpawningCtx() local
274 void DeleteAppSpawningCtx(AppSpawningCtx *property) in DeleteAppSpawningCtx()
318 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); in AppPropertyComparePid() local
347 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); in DumpAppSpawnQueue() local
/base/startup/appspawn/modules/ace_adapter/
Dace_adapter.cpp131 static int RunChildThread(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildThread()
144 static int RunChildByRenderCmd(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildByRenderCmd()
180 AppSpawningCtx *property = reinterpret_cast<AppSpawningCtx *>(client); in RunChildProcessor() local
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_cert_utils.h36 napi_value property = nullptr; in CertAddUint32Property() local
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_common.cpp112 bool GetIntProperty(napi_env env, napi_value obj, int32_t &property) in GetIntProperty()
124 bool GetOptionIntProperty(napi_env env, napi_value obj, int32_t &property, bool &hasProperty) in GetOptionIntProperty()
140 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property) in GetLongIntProperty()
152 bool GetBoolProperty(napi_env env, napi_value obj, bool &property) in GetBoolProperty()
163 bool GetStringProperty(napi_env env, napi_value obj, std::string &property) in GetStringProperty()
179 bool GetStringArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool … in GetStringArrayProperty()
204 bool GetCallbackProperty(napi_env env, napi_value obj, napi_ref &property, int argNum) in GetCallbackProperty()
219 …PropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) in GetStringPropertyByKey()
226 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
245 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_util.h83 …static bool WriteProperty(napi_env env, napi_value object, const std::string &property, const T &v… in WriteProperty()
88 … static bool ReadProperty(napi_env env, napi_value object, const std::string &property, T &value) in ReadProperty()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dime_event_listener.h30 virtual void OnImeChange(const Property &property, const SubProperty &subProperty){}; in OnImeChange()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_client_stub.cpp84 Property property; in OnSwitchInputOnRemote() local
124 int32_t InputClientStub::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput()
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_utils.h48 napi_value property = nullptr; in AddUint32Property() local
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_all_in_one_hdi_unit_test.cpp436 UserAuth::Property property = {}; variable
448 UserAuth::Property property = {}; variable
460 const std::vector<int32_t> &propertyTypes, Property &property) { in __anon9226a72b0d02()
469 UserAuth::Property property = {}; variable
482 UserAuth::Property property = {}; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_setting.h32 Property property; member
131 Property property; member
/base/security/huks/interfaces/kits/napi/src/v12/
Dhuks_napi_attest_key_item_as_user.cpp59 napi_value property = GetPropertyFromOptions(env, argv[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in AttestKeyAsUserParseParams() local

12345