Home
last modified time | relevance | path

Searched defs:typeId (Results 26 - 50 of 106) sorted by relevance

12345

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dbackground_task_observer.cpp146 auto typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStop() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp22 TypeDescriptor::TypeDescriptor(const std::string &typeId, const std::vector<std::string> &belongingToTypes, in TypeDescriptor() argument
67 Status TypeDescriptor::BelongsTo(const std::string &typeId, bool &checkResult) in BelongsTo() argument
93 IsLowerLevelType(const std::string &typeId, bool &checkResult) IsLowerLevelType() argument
113 IsHigherLevelType(const std::string &typeId, bool &checkResult) IsHigherLevelType() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dtype_descriptor_napi.cpp87 std::string typeId; in BelongsTo() local
110 std::string typeId; in IsLowerLevelType() local
133 std::string typeId; in IsHigherLevelType() local
[all...]
H A Duniform_type_descriptor_napi.cpp66 std::string typeId; in GetTypeDescriptor() local
111 std::string typeId; in GetUniformDataTypeByFilenameExtension() local
149 std::string typeId; GetUniformDataTypeByMIMEType() local
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf_capi_common.h54 std::string typeId; member
H A Dutd.cpp77 static std::shared_ptr<TypeDescriptor> GetTypeDescriptorByUtdClient(const char* typeId) in GetTypeDescriptorByUtdClient() argument
100 auto typeId = new (std::nothrow) char[typeIdStr.size() + 1]; in GetTypesByCondition() local
116 OH_Utd* OH_Utd_Create(const char* typeId) in OH_Utd_Create() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp82 char* typeId = nullptr; in HWTEST_F() local
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() argument
252 Id typeId = base->getTypeId(); postProcess() local
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp44 static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT *value) throw() in MethodToClassID() argument
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h118 int typeId = AAFwk::WantParams::GetDataType(it.second); in GetScalableDataString() local
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp337 InterfaceID typeId; in IsBooleanArray() local
344 InterfaceID typeId; in IsCharArray() local
351 InterfaceID typeId; in IsByteArray() local
358 InterfaceID typeId; in IsShortArray() local
365 InterfaceID typeId; IsIntegerArray() local
372 InterfaceID typeId; IsLongArray() local
379 InterfaceID typeId; IsFloatArray() local
386 InterfaceID typeId; IsDoubleArray() local
393 InterfaceID typeId; IsStringArray() local
400 InterfaceID typeId; IsWantParamsArray() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dclock_hand_component.cpp98 uint16_t typeId = KeyParser::ParseKeyId(handType_, strlen(handType_)); in PostRender() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp189 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest004() local
232 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest005() local
274 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest006() local
319 jerry_value_t typeId in HorizonProgressTest007() local
363 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest008() local
407 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest009() local
460 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest013() local
512 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest014() local
553 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest015() local
594 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest016() local
635 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); HorizonProgressTest017() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp153 int16_t typeId = 0; in Unmarshalling() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp75 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor) in GetTypeDescriptor() argument
120 Status UtdClient::GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &descriptor) in GetFlexibleTypeDescriptor() argument
131 GetUniformDataTypeByFilenameExtension(const std::string &fileExtension, std::string &typeId, std::string belongsTo) GetUniformDataTypeByFilenameExtension() argument
219 GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, std::string belongsTo) GetUniformDataTypeByMIMEType() argument
327 IsUtd(std::string typeId, bool &result) IsUtd() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp70 std::string typeId = "com.amazon.azw3"; in HWTEST_F() local
92 std::string typeId = ""; in HWTEST_F() local
109 std::string typeId = "12345"; in HWTEST_F() local
126 std::string typeId in HWTEST_F() local
146 std::string typeId = "..."; HWTEST_F() local
163 std::string typeId = "general.fax"; HWTEST_F() local
460 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
480 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
500 std::string typeId = "general.tiff"; HWTEST_F() local
520 std::string typeId = "general.tiff"; HWTEST_F() local
540 std::string typeId = "general.c-header"; HWTEST_F() local
560 std::string typeId = "general.mpeg"; HWTEST_F() local
580 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
600 std::string typeId = "general.object"; HWTEST_F() local
620 std::string typeId = "com.microsoft.bmp"; HWTEST_F() local
640 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
660 std::string typeId = "general.composite-object"; HWTEST_F() local
680 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
700 std::string typeId = "general.image"; HWTEST_F() local
762 std::string typeId = "com.amazon.azw3"; HWTEST_F() local
784 std::string typeId = "general.text"; HWTEST_F() local
806 std::string typeId = "general.image"; HWTEST_F() local
828 std::string typeId = "general.video"; HWTEST_F() local
850 std::string typeId = "general.audio"; HWTEST_F() local
1741 const std::string typeId = ""; HWTEST_F() local
1808 std::string typeId = ""; HWTEST_F() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.hpp43 const deUint32 typeId; member
H A DvkDeviceProperties.hpp43 const deUint32 typeId; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
H A Dlocal_access_chain_convert_pass.cpp35 BuildAndAppendInst( SpvOp opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp147 GetTypeComponent( uint32_t typeId, uint32_t element) const GetTypeComponent() argument
H A Dlocal_access_chain_convert_pass.cpp35 BuildAndAppendInst( SpvOp opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
/third_party/spirv-tools/source/opt/
H A Dlocal_access_chain_convert_pass.cpp30 BuildAndAppendInst( spv::Op opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dtemp_permission_observer.cpp152 uint32_t typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStart() local
173 uint32_t typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStop() local
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_first_test/
H A Dmission_list_manager_first_test.cpp437 int typeId = 0; in HWTEST_F() local

Completed in 19 milliseconds

12345