Home
last modified time | relevance | path

Searched defs:property (Results 476 - 500 of 1002) sorted by relevance

1...<<11121314151617181920>>...41

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c545 int SpawnBuildSandboxEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnBuildSandboxEnv() argument
573 static int AppendPermissionGid(const AppSpawnSandboxCfg *sandbox, AppSpawningCtx *property) in AppendPermissionGid() argument
614 AppendPackageNameGids(const AppSpawnSandboxCfg *sandbox, AppSpawningCtx *property) AppendPackageNameGids() argument
646 SpawnPrepareSandboxCfg(AppSpawnMgr *content, AppSpawningCtx *property) SpawnPrepareSandboxCfg() argument
[all...]
/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c80 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); in SpawningQueueDestroy() local
282 AppSpawningCtx *property = (AppSpawningCtx *)malloc(sizeof(AppSpawningCtx)); in CreateAppSpawningCtx() local
304 DeleteAppSpawningCtx(AppSpawningCtx *property) DeleteAppSpawningCtx() argument
336 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); AppPropertyComparePid() local
365 AppSpawningCtx *property = ListEntry(node, AppSpawningCtx, node); DumpAppSpawnQueue() local
[all...]
/base/startup/appspawn/modules/common/
H A Dappspawn_common.c66 static int SetProcessName(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetProcessName() argument
99 static int SetKeepCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetKeepCapabilities() argument
113 static int SetCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetCapabilities() argument
152 static void InitDebugParams(const AppSpawnMgr *content, const AppSpawningCtx *property) in InitDebugParams() argument
177 static void ClearEnvironment(const AppSpawnMgr *content, const AppSpawningCtx *property) in ClearEnvironment() argument
191 SetXpmConfig(const AppSpawnMgr *content, const AppSpawningCtx *property) SetXpmConfig() argument
227 SetUidGid(const AppSpawnMgr *content, const AppSpawningCtx *property) SetUidGid() argument
273 SetFileDescriptors(const AppSpawnMgr *content, const AppSpawningCtx *property) SetFileDescriptors() argument
332 WaitForDebugger(const AppSpawningCtx *property) WaitForDebugger() argument
356 SpawnInitSpawningEnv(AppSpawnMgr *content, AppSpawningCtx *property) SpawnInitSpawningEnv() argument
371 SpawnSetAppEnv(AppSpawnMgr *content, AppSpawningCtx *property) SpawnSetAppEnv() argument
379 SpawnSetIntPermission(AppSpawnMgr *content, AppSpawningCtx *property) SpawnSetIntPermission() argument
387 SpawnLoadSilk(const AppSpawnMgr *content, const AppSpawningCtx *property) SpawnLoadSilk() argument
394 SpawnSetProperties(AppSpawnMgr *content, AppSpawningCtx *property) SpawnSetProperties() argument
437 SpawnComplete(AppSpawnMgr *content, AppSpawningCtx *property) SpawnComplete() argument
452 SpawnGetSpawningFlag(AppSpawnMgr *content, AppSpawningCtx *property) SpawnGetSpawningFlag() argument
477 CloseFdArgs(AppSpawnMgr *content, AppSpawningCtx *property) CloseFdArgs() argument
495 SetFdEnv(AppSpawnMgr *content, AppSpawningCtx *property) SetFdEnv() argument
[all...]
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp346 Property property = {}; in ProcessGetPropertyCommand() local
357 FillPropertyToAttribute(const std::vector<Attributes::AttributeKey> &keyList, const Property property, std::shared_ptr<Attributes> values) FillPropertyToAttribute() argument
[all...]
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp170 void FillFuzzHdiProperty(Parcel &parcel, Property &property) in FillFuzzHdiProperty() argument
359 UserAuth::Property property; in FuzzGetProperty() local
114 GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes, Property &property) GetProperty() argument
[all...]
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp167 void FillFuzzHdiProperty(Parcel &parcel, Property &property) in FillFuzzHdiProperty() argument
356 UserAuth::Property property; in FuzzGetProperty() local
111 GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes, Property &property) GetProperty() argument
[all...]
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp532 Property property = {}; in FuzzFillPropertyToAttribute() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c88 rockchip_rgb_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) rockchip_rgb_atomic_connector_get_property() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp1924 auto property = commonDelegator_->WaitAbilityMonitor(nullptr); in HWTEST_F() local
1940 auto property = AbilityDelegatorTest::commonDelegator_->WaitAbilityMonitor(gt_iAbilityMonitor); in IAbilityMonitorWaitTask() local
1980 auto property = commonDelegator_->WaitAbilityStageMonitor(nullptr); in HWTEST_F() local
1996 auto property = AbilityDelegatorTest::commonDelegator_->WaitAbilityStageMonitor(gt_iAbilityStageMonitor); IAbilityStageMonitorWaitTask() local
2006 std::shared_ptr<DelegatorAbilityStageProperty> property = std::make_shared<DelegatorAbilityStageProperty>(); IAbilityStageMonitorMatchTask() local
2036 auto property = std::make_shared<DelegatorAbilityStageProperty>(); HWTEST_F() local
2056 auto property = std::make_shared<DelegatorAbilityStageProperty>(); HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service.cpp456 int32_t CastSessionManagerService::CreateCastSession(const CastSessionProperty &property, in CreateCastSession() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp346 auto property = host->GetLayoutProperty<PluginLayoutProperty>(); in ISAllowUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h386 void SetProperty(const RefPtr<PropertyBase>& property) in SetProperty() argument
407 auto property = AceType::MakeRefPtr<S>(value); in NodeAnimatableProperty() local
415 auto property = AceType::DynamicCast<S>(GetProperty()); in Set() local
427 auto property in Get() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp1374 auto property = frameNode->GetLayoutPropertyPtr<GridLayoutProperty>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp673 auto property = frameNode->GetPaintProperty<QRCodePaintProperty>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp303 OptionPaintProperty property; in HWTEST_F() local
333 OptionPaintProperty property; HWTEST_F() local
363 OptionPaintProperty property; HWTEST_F() local
390 OptionPaintProperty property; HWTEST_F() local
415 OptionPaintProperty property; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp390 auto property = parentFrameNode->GetLayoutProperty<SecurityComponentLayoutProperty>(); in HWTEST_F() local
653 RefPtr<SecurityComponentLayoutProperty> property = in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp187 auto property = buttonNodeEx->GetLayoutProperty<ButtonLayoutProperty>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp423 auto property = host->GetAnimatablePropertyFloat(KEY_PAGE_TRANSITION_PROPERTY); in StopPageTransition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp50 auto property = textField->GetLayoutProperty<TextFieldLayoutProperty>(); in PreprocessString() local
127 auto property = textField->GetLayoutProperty<TextFieldLayoutProperty>(); in FilterTextInputStyle() local
181 auto property = textField->GetLayoutProperty<TextFieldLayoutProperty>(); FilterValue() local
214 auto property = textField->GetLayoutProperty<TextFieldLayoutProperty>(); FilterValueType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp49 auto property = node->GetLayoutProperty<SecurityComponentLayoutProperty>(); in InitLayoutProperty() local
117 auto property = frameNode->GetLayoutProperty<SecurityComponentLayoutProperty>(); CreateNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp188 ImageProperties property; in SetImageAnimatorSrc() local
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension.cpp358 napi_status SetNapiEventInfoIntProperty(napi_env env, const char *property, int64_t value, napi_value &napiEventInfo) in SetNapiEventInfoIntProperty() argument
372 napi_status SetEventInfoStrProperty(napi_env env, const char *property, std::string &value, napi_value &napiEventInfo) in SetEventInfoStrProperty() argument
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp118 ShapeMaskProperty property; in HWTEST_F() local
150 ShapeMaskProperty property; in HWTEST_F() local
196 ShapeMaskProperty property; HWTEST_F() local
230 ShapeMaskProperty property; HWTEST_F() local
262 ShapeMaskProperty property; HWTEST_F() local
306 auto property = AceType::MakeRefPtr<NodeAnimatablePropertyBase>(); HWTEST_F() local
414 BorderRadiusProperty property; HWTEST_F() local
623 auto property = std::make_shared<Rosen::RSPropertyBase>(); HWTEST_F() local
671 auto property = std::make_shared<Rosen::RSPropertyBase>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_extend_test_ng.cpp260 auto property = AceType::DynamicCast<AnimatablePropertyFloat>(nodeAnimatablePropertyFloat->GetProperty()); in HWTEST_F() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp202 int32_t AudioEffectChain::SetEffectProperty(const std::string &effect, const std::string &property) in SetEffectProperty() argument

Completed in 28 milliseconds

1...<<11121314151617181920>>...41