Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 14 of 14) sorted by relevance

/base/security/device_security_level/test/dslm_unit_test/cmocker/
Dc_mocker.h77 #define IMPLEMENT_FUNCTION_INTERNAL(cls, method, count, signature, invoker) … argument
78 …const cls::typeof##method cls::default##method = reinterpret_cast<cls::typeof##method>(invoker); …
82 …const std::lock_guard<std::mutex> lock(cls::GetMutex()); \
83 …static auto lookup = reinterpret_cast<cls::typeof##method>(dlsym(RTLD_NEXT, #method)); \
85 …auto *mock = cls::GetInstance(); \
86 …auto *stub = cls::default##method != nullptr ? cls::default##method : lookup; \
104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument
105 IMPLEMENT_FUNCTION_INTERNAL(cls, method, GMOCK_PP_NARG0 args, SIGNATURE(ret, args), invoker)
107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
108 IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, static_cast<void *>(nullptr))
/base/global/system_resources/systemres/main/resources/base/media/
Dohos_pause.svg1cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="cls-1" d="M38,30a4,4,0,0,0-4,4V62…
Dohos_semi_modal_bar_middle.svg1 …000/svg" viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path…
Dohos_semi_modal_bar_down.svg1 …000/svg" viewBox="0 0 160 80"><defs><style>.cls-1{fill:none;}</style></defs><title>ic</title><path…
Dohos_play.svg1 …00/svg" viewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><pat…
Dohos_full_screen.svg1 …00/svg" viewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><pat…
Dohos_exit_full_screen.svg1 …00/svg" viewBox="0 0 96 96"><defs><style>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><pat…
/base/theme/wallpaper_mgr/services/src/
Dcomponent_name.cpp23 ComponentName::ComponentName(std::string pkg, std::string cls) in ComponentName() argument
26 class_ = std::move(cls); in ComponentName()
29 void ComponentName::SetComponentInfo(std::string pkg, std::string cls) in SetComponentInfo() argument
32 class_ = std::move(cls); in SetComponentInfo()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp93 bool DumpCfg::IsDumper(int cls) in IsDumper() argument
95 return ((cls > DumperConstant::DUMPER_BEGIN) && (cls < DumperConstant::DUMPER_END)); in IsDumper()
98 bool DumpCfg::IsFilter(int cls) in IsFilter() argument
100 return ((cls > DumperConstant::FILTER_BEGIN) && (cls < DumperConstant::FILTER_END)); in IsFilter()
113 bool DumpCfg::IsOutput(int cls) in IsOutput() argument
115 return ((cls > DumperConstant::OUTPUT_BEGIN) && (cls < DumperConstant::OUTPUT_END)); in IsOutput()
/base/theme/wallpaper_mgr/services/include/
Dcomponent_name.h25 ComponentName(std::string pkg, std::string cls);
29 void SetComponentInfo(std::string pkg, std::string cls);
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h53 static bool IsDumper(int cls);
54 static bool IsFilter(int cls);
57 static bool IsOutput(int cls);
/base/update/packaging_tools/
Dutils.py85 def singleton(cls): argument
89 if cls not in _instance:
90 _instance[cls] = cls(*args, **kargs)
91 return _instance[cls]
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dparam_checker.c33 static int SelinuxAuditCallback(void *data, security_class_t cls, char *buf, size_t len) in SelinuxAuditCallback() argument
Dservice_checker.cpp88 static int SelinuxAuditCallback(void *data, security_class_t cls, char *buf, size_t len) in SelinuxAuditCallback() argument