Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 21 of 21) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp69 std::string entity = "entity"; variable
112 std::string entity = "EventEntityTest"; variable
155 std::string entity = "EventEntityTes2t"; variable
203 std::string entity = "EventEntityTest3"; variable
268 std::string entity = "EventEntityTest3"; variable
679 std::string entity = "matchEntity"; variable
712 std::string entity = "matchEntity2"; variable
746 std::string entity = "matchEntity3"; variable
780 std::string entity = "matchEntity4"; variable
814 std::string entity = "matchEntity5"; variable
[all …]
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
Dn_class.h59 …template<class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor()
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_interface.cpp147 RunningLockEntity* entity = nullptr; in Lock() local
171 RunningLockEntity* entity = nullptr; in IsUsed() local
194 RunningLockEntity* entity = nullptr; in Unlock() local
213 RunningLockEntity* entity = nullptr; in CreateInstanceForRunningLock() local
Drunninglock_module.cpp45 auto entity = reinterpret_cast<RunningLockEntity*>(data); in RunningLockConstructor() local
Drunninglock_napi.cpp215 RunningLockEntity* entity = nullptr; in UnwrapRunningLock() local
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp37 std::string entity; in GetEntity() local
44 void MatchingSkills::AddEntity(const std::string &entity) in AddEntity()
57 void MatchingSkills::RemoveEntity(const std::string &entity) in RemoveEntity()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
Dcommon_event_services_system_test.cpp717 std::string entity = "ADDENTITY"; variable
795 std::string entity = "ADDENTITY"; variable
873 std::string entity = "ADDENTITY"; variable
902 std::string entity = "ADDENTITY"; variable
1037 std::string entity = "ADDENTITY"; variable
1067 std::string entity = "ADDENTITY"; variable
1149 std::string entity = "ADDENTITY"; variable
1178 std::string entity = "ADDENTITY"; variable
1313 std::string entity = "ADDENTITY"; variable
1343 std::string entity = "ADDENTITY"; variable
[all …]
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp66 std::string entity = "event.unit.test"; variable
176 std::string entity = "event.unit.test"; variable
217 std::string entity; variable
Dcommon_event_unsubscribe_test.cpp135 void CommonEventUnSubscribeTest::SetMatchingSkillsWithEntity(const std::string &entity) in SetMatchingSkillsWithEntity()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
DactsCESManagertest.cpp1049 std::string entity = "ADDENTITY"; variable
1125 std::string entity = "ADDENTITY"; variable
1204 std::string entity = "ADDENTITY"; variable
1243 std::string entity = "ADDENTITY"; variable
1403 std::string entity = "ADDENTITY"; variable
1445 std::string entity = "ADDENTITY"; variable
1526 std::string entity = "ADDENTITY"; variable
1567 std::string entity = "ADDENTITY"; variable
1727 std::string entity = "ADDENTITY"; variable
1769 std::string entity = "ADDENTITY"; variable
[all …]
/base/powermgr/power_manager/frameworks/napi/utils/
Dasync_callback_info.cpp105 RunningLockEntity* entity = nullptr; in CreateInstanceForRunningLock() local
/base/notification/common_event_service/test/benchmarktest/common_event_publish_test/
Dcommon_event_publish_test.cpp107 std::string entity = "ADDENTITY"; in BENCHMARK_F() local
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp387 void BatteryStatsCore::UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsTyp… in UpdateTimer()
420 void BatteryStatsCore::UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsTyp… in UpdateTimer()
536 void BatteryStatsCore::UpdateCounter(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsT… in UpdateCounter()
/base/security/device_auth/services/identity_manager/src/
Didentity_common.c181 ProtocolEntity **entity; in ClearProtocolEntityVec() local
Didentity_group.c109 ProtocolEntity *entity = (ProtocolEntity *)HcMalloc(sizeof(ProtocolEntity), 0); in SetProtocolsToIdentityInfo() local
121 ProtocolEntity *entity = (ProtocolEntity *)HcMalloc(sizeof(ProtocolEntity), 0); in SetProtocolsToIdentityInfo() local
Dcert_operation.c36 ProtocolEntity *entity = (ProtocolEntity *)HcMalloc(sizeof(ProtocolEntity), 0); in SetProtocolsForUidType() local
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_manager_test.cpp431 SecCompEntity entity(nullptr, 0, 0); variable
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c296 ProtocolEntity *entity = cred->protocolVec.get(&cred->protocolVec, index); in RemoveUnsupportedProtocols() local
381 static int32_t AddTodoCmdsToAbility(SessionImpl *impl, ProtocolEntity *entity, CJson *ability) in AddTodoCmdsToAbility()
407 static int32_t AddCredAbilityToArray(SessionImpl *impl, ProtocolEntity *entity, CJson *abilityArray) in AddCredAbilityToArray()
442 ProtocolEntity *entity = *ptr; in AddAllCredAbilityToCredInfo() local
1258 static int32_t AddAuthSubSessionToVec(SessionImpl *impl, IdentityInfo *cred, ProtocolEntity *entity) in AddAuthSubSessionToVec()
1610 ProtocolEntity *entity = *ptr; in CredNegotiate() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_manager.cpp349 SecCompEntity entity(component, caller.tokenId, registerId); in RegisterSecurityComponent() local
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
Dcommon_event_services_module_test.cpp464 std::string entity = "ADDENTITY"; variable
617 std::string entity = "addEntity"; variable
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscriber_manager_test.cpp186 std::string entity = "event.unit.test"; in HWTEST_F() local